Run a ZED C Application

Open in ClaudeOpen in ChatGPT
  • Link your project to the sl_zed_c library.
  • Import the C interface in your code like this:
1#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.