ZED_Explorer can connect to the camera when the GUI opens and shows the camera when listing all the devices. I only have one camera attached to the computer.
~$ ZED_Explorer -a
## Cam 0 ##
Model : "ZED XOne GS"
S/N : <omitted>
State : "AVAILABLE"
Path : /dev/i2c-9
ID : 0
Type : "GMSL"
********************
~$ ZED_Explorer -i 0 -o test.svo2
Can not open the ZED, please connect it to another USB port.
Hi @And
This is probably a bug in the ZED Explorer tool.
Before reporting a bug to the team, please check if the latest v5.0.6 has already solved the issue.
Thanks for the suggestion. I updated to 5.0.6 and the issue persists. The ZED_Explorer GUI still works.
$ZED_Explorer -v
Stereolabs ZED SDK Version : 5.0.6
$ZED_Explorer -a
## Cam 0 ##
Model : "ZED XOne GS"
S/N :
State : "AVAILABLE"
Path : /dev/i2c-9
ID : 0
Type : "GMSL"
********************
$ZED_Explorer -o test.svo2
Can not open the ZED, please connect it to another USB port.
We are trying to interface ZED X One with ROS 2 on Jetson Orin Nano and have been failing to achieve the desired IMU update rate. So, we tried recording the SVO - ZED_Explorer GUI works, but reports issues with dropped frames. ZED_Explorer via command line reports the same error as reported by And. Tried providing the serial number, device index.
Trying to record the SVO via the API returns the error that the module is not supported with this device.