This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How does DM8168 capture and encode video which source is framebuffer with Gstreamer capture pipelines?

Other Parts Discussed in Thread: TVP7002

Hi experts,

We would capture and encode video from framebuffer (such as the blend of /fb0 and /fb1) with Gstreamer pipelines.

How should we do? like this:

gst-launch v4l2src always-copy=false queue-size=12 num-buffers=2000 ! 'video/x-raw-yuv-strided,format=(fourcc)NV12,width=1280,height=720,framerate=(fraction)60/1' ! omxbufferalloc numBuffers=12 ! omx_h264enc bitrate=5000000 ! gstperf ! filesink location=v4l2cap.h264

But we want to use framebuffer instead of v4l2.

Thanks in advance.

Jed ZHU