Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Using G API with OpenCV AI Kit (OAK)
Dmitry Matveev edited this pageMay 16, 2023 ·1 revision
- Get
Luxonis DepthAI libraryfromhttps://github.com/luxonis/depthai-core - Build it according to instructions on their repository's readme
- Build G-API 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 andGetting video from OpenCV AI Kit device).
© Copyright 2019-2025, OpenCV team