I’m having difficulty getting my ZedBox Orin 8 GB to communicate with a Zed X One GMSL camera.
Currently I have Nvidia Jetpack 6.0 installed on the ZedBox
What I’ve tried:
- Installing the corresponding driver from ZED X Camera Drivers | Stereolabs (https://stereolabs.sfo2.cdn.digitaloceanspaces.com/utils/drivers/ZEDX/1.3.0/R36.3/stereolabs-zedbox-mono_1.3.0-SL-MAX9296-all-ZEDBOX-L4T36.3.0_arm64.deb).
This did not install. I get the following error:
> sudo dpkg -i stereolabs-zedbox-mono_1.3.0-SL-MAX9296-all-ZEDBOX-L4T36.3.0_arm64.deb
(Reading database ... 205454 files and directories currently installed.)
Preparing to unpack stereolabs-zedbox-mono_1.3.0-SL-MAX9296-all-ZEDBOX-L4T36.3.0_arm64.deb ...
Unpacking stereolabs-zedbox-mono (1.3.0-SL-MAX9296-all-ZEDBOX-L4T36.3.0) ...
dpkg: error processing archive stereolabs-zedbox-mono_1.3.0-SL-MAX9296-all-ZEDBOX-L4T36.3.0_arm64.deb (--install):
trying to overwrite '/boot/stereolabs/utils/Headers/__init__.py', which is also in package stereolabs-zedbox-onx8 1.2.2-SL-MAX9296-all-ZEDBOX-L4T36.3.0
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
stereolabs-zedbox-mono_1.3.0-SL-MAX9296-all-ZEDBOX-L4T36.3.0_arm64.deb
- Check if the GMSL camera connects without installing the driver.
I connected the ZEDX One camera to the ZED Box, power cycled the ZED Box. sudo dmesg |grep zedx
doesn’t return anything.
What else should I try?