Skip to content

Using G API with OpenCV AI Kit (OAK)

Dmitry Matveev edited this page May 16, 2023 · 1 revision

Building with OpenCV AI Kit support

cmake /path-to-opencv -DWITH_OAK=ON -Ddepthai_DIR=/path/to/depthai/library

Note: currently OpenCV AI backend is rather limited in terms of covering DepthAI's functionality. See G-API's samples for usage examples (e.g. OpenCV AI Kit inference and Getting video from OpenCV AI Kit device).

Clone this wiki locally