Zed2i Compatibility with Embedded Boards

I currently have 5 Zed2i cameras and I am planning to develop a mobile device. Recently, embedded boards with NPU-based CPUs (such as Intel ultra core 7) have been released. I would like to know if it is possible to install and operate Zed2i on these embedded boards without an external graphics card.

Hi @Jasper
you can use the ZED 2i with not-CUDA enables devices, but you cannot use the ZED SDK with them because it requires CUDA to perform real-time processing.

You can also consider the zed-open-capture GitHub repository to retrieve the rectified image information and the IMU data: GitHub - stereolabs/zed-open-capture: Low level Linux camera driver for the ZED USB3 stereo cameras. API docs available here:

1 Like