Run a ZED C Application
- Link your project to the sl_zed_c library
- Import the c interface in your code like this :
#include <sl/c_api/zed_interface.h>
Check out the ZED C API tutorials to get started with C development using the different modules of the ZED SDK.