Other Parts Discussed in Thread: AM69A
Tool/software:
Hello,
I am using the V3Link Camera Kit with the AM69A.
Following the instructions in the document linked below, I was able to recognize four cameras: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-am69a/09_02_00/exports/edgeai-docs/devices/AM69A/linux/getting_started.html#mini-fusion
When I ran the sample app from app_python using the following command, I encountered an issue where the video from the first camera (camera 0) becomes distorted when more than two cameras are recognized. There is no issue when I use cameras 1, 2, and 3.
root@am69a-sk:/opt/edgeai-gst-apps# ./apps_python/app_edgeai.py configs/imx219_cam_example.yaml
image from the 0th camera
image from the 1st, 2nd, and 3rd cameras
Do you have any insights into this phenomenon?
Thank you.