Skip to content

Software SDK and API for python/C/C++

Introduction


Arducam EVK SDK library provides APIs in C, C++, and Python, allowing users to interface with their cameras using the programming language of their choice. Users can refer to the C API Reference, C++ API Reference, and Python API Reference for detailed information on the available functions.

The SDK offers two options for obtaining image data: through a callback function (asynchronous) or through a get image function (synchronous). Users can choose the method that best suits their needs.

Additionally, the Arducam EVK SDK is designed with stability in mind to ensure reliable performance. By choosing the Arducam EVK SDK, users can expect a robust and stable library to interface with their cameras.

Tutorial


Abstract

We also provide a dedicated Github repository here, which contains Linux and Windows environment installation tutorials and rich demo examples (python, c, c++):

Github Demo


C API


C++ API


Python API