Hi Fabio,
Sorry for the unclear question.
What I want to say is that I want to display 2 cameras' image to same LCD.
I did a test on my Sabre Quad board which have 2 cameras and 1 LCD.
I use commands below to output video0 to FG and video1 to BG
#gst-launch-0.10 imxv4l2src device=/dev/video0 capture-mode=0 ! imxv4l2sink device=/dev/video17 disp-width=320 disp-height=240 axis-top=320
#gst-launch-0.10 imxv4l2src device=/dev/video1 capture-mode=0 ! imxv4l2sink device=/dev/video16 disp-width=320 disp-height=240
It does work. But the Back ground keeps flashing.
I wonder is there a way to make Back ground not flashing?
And is there any other way to make this "2 cameras output to same LCD" work, like overlay?
Thank you very much!
Best Regards,
Ivy