TexasInstruments / edgeai-gst-apps

Gstreamer based Edge AI reference application
Other
20 stars 24 forks source link

scripts: Update setup_cameras script for tiL6.6 #156

Closed jailuthra closed 2 months ago

jailuthra commented 2 months ago

In tiL6.6 kernel, following the upstream APIs for media graph, it is now required to match the formats set on every subdev and the video dev, else link validation fails and streaming will not start.

So update the scripts to set format on ticsi2rx subdev, and also the video nodes (for multi-stream scenarios).

Note: This has been tested with:

  1. 1x OV5640 directly connected
  2. 2x IMX219 + 1x OV2312 connected through V3Link mini fusion

Other scenarios should work but have not been manually verified.