Hi All,
we are working dual display on IMX8QM platform with Yocto Linux (L5.10.52). We able to achieve dual display working as extended display but it is not working as independent displays
Following commands I have executed plays the video in primary display
gst-launch-1.0 filesrc location=file1.mp4 ! video/quicktime ! qtdemux name=d d. ! queue ! h264parse ! v4l2h264dec ! imxvideoconvert_g2d ! waylandsink &
To play video on to other (secondary/extended) display need mouse pointer/cursor moved to the second display before playing the above gstreamer. Is it possible to dedicate two touch to each of the display since we have use case to support two independent operating the two displays
We could achieve independent display with QT but we would like to do the same with native wayland/weston compositor