Hi all,
I'd like to display a video (or the camera) in a small window over Chrome. We need to achieve this on two systems: the imx6dl and imx8mm.
I tried this simple pipeline but the video is flickering (maybe because chrome and gstreamer are both writing on the same fb).
gst-launch-1.0 filesrc location=Spin_1.mp4 typefind=true ! qtdemux ! queue ! vpudec ! imxg2dvideosink window-x-coord=0 window-y-coord=0 window-width=640 window-height=360
Any idea? Playing the media with chrome is out of question because of missing hw acceleration.
Thanks
Paolo Gentili