stereolabs / zed-open-capture

Low level Linux camera driver for the ZED USB3 stereo cameras. API docs available here:
https://stereolabs.github.io/zed-open-capture
MIT License
101 stars 35 forks source link

Original ZED Cam (v1) Support? #16

Closed Anebo closed 3 years ago

Anebo commented 3 years ago

Hi, In the Prerequisites section of a project is mentioned ZED Cam in the list of possible devices. Once i've build the library and tried to run example it say that no ZED2 or ZED mini cam is connected. So my question is: Is the original ZED Cam (V1) supported or is it not? Thank You :)

Myzhar commented 3 years ago

For the ZED (1) camera you must disable the SensorCapture module because it's not equipped with inertial sensors. Set the following option to OFF: https://github.com/stereolabs/zed-open-capture/blob/master/CMakeLists.txt#L31

Anebo commented 3 years ago

Thanks!