place external live video frames from non supported V4L file into Gstreamer Qt , C++ Qthreads
问题 OS : Ubuntu 14.04 SDK : Qt GStreamer : > 1.0 I am wondering how would I put continuously captured frames from a non supported V4L camera into GStreamer. Actually my task is to grab frames from the camera and use only GStreamer to send them to different computer via UDP. But at the moment, I just want to display it on my machine. What I did so far: a) Implemented code in Qt for an IDS camera that captures frames and displays then on Qt as live streaming. b) Separately, I have written ( or