@Jetson-Nano If you are using a stereo-pair that are being published together on the same pipe like on a Seeker, M500, or Sentinel, then you should just need to set up the following config files:
/etc/modalai/voxl-qvio-server.conf:
"cam_name": "stereo", (or stereo_front for sentinel)
"lens_cal_path": "/data/modalai/opencv_stereo_intrinsics.yml", (or stereo_front_intrinsics for Sentinel)
"cam_extrinsics_name": "stereo_l", (or stereo_front_l for sentinel)
"use_second_cam_if_stereo": false,
To use the right camera, you can swap "use_second_cam_is_stereo" to true, and qvio will pull in instrinsic lens params from the right camera which is also part of the same intrinsics file. Note that we only have camera locations in the extrinsics files for the left camera, but you can add to /etc/modalai/extrinsics.conf an entry for the right camera if you wish.