Hi there,
We are attempting to get the TDA4VM working with multiple cameras on an FPDLinkIII deserializer (ds90ub960) on SDK 8.2 and test using Gstreamer.
We are getting a crash in Gstreamer using some command we were using before. We think the V4L2 link structure has changed in SDK8.2, but we do not see any examples of this in the available documentation. Can you please provide some Gstreamer pipeline examples?
Here is the link structure we see today.
Here is the crash we are experiencing.
root@tda4vm-sk:~# gst-launch-1.0 v4l2src device=/dev/video2 io-mode=2 ! video/x-raw,width=1280,height=800 ! videoconvert ! waylandsink
Thanks!