Hi,
saLoopBackFbdev is stable when noisy frame comes from camera, but saLoopBack stops
immediately. Noisy frame as i said is some frame with noisy VSYNC, which shift image up and
down. What is the source of difference ?
gstreamer pipeline is unstable like saloopback. How can i modify it to make it stable like
saloopbackfbdev ?
Followings are gstreamer pipeline in use.
gst-launch v4l2src device="/dev/video0" always-copy=true queue-size=6 num-buffer=3000 \
! 'video/x-raw-yuv-strided,format=(fourcc)NV12,width=1280,height=720,framerate=(fraction)30/1 \
! omxbufferalloc numBuffers=12 \
! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 display-device=HDMI \
! gstperf \
! queue \
! v4l2sink device="/dev/video1" sync=false min-queued-bufs=2
I am using EZSDK 5.04.0.11
Thanks for reading.