TexasInstruments / edgeai-gst-apps

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

setup_cameras.sh : Update max number of CSI instances to 4 #139

Closed vaishnavachath closed 6 months ago

vaishnavachath commented 6 months ago

J722S has total of 4 CSI instances and J784S4 EVM has 3 CSI instances, current scripts looks for cameras only instance 0/1 thus misses sensors connected to the rest of instances, update the iteration count to 3 instead, there is no significant impact on platforms with lesser number of CSI instances.