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