Typos and formating fixes.
This commit is contained in:
parent
af9332dfaf
commit
0ae126d3b8
@ -1,18 +1,18 @@
|
|||||||
Using DepthAI Hardware /OAK depth sensors {#tutorial_gapi_oak_devices}
|
Using DepthAI Hardware / OAK depth sensors {#tutorial_gapi_oak_devices}
|
||||||
=======================================================================================
|
=======================================================================
|
||||||
|
|
||||||
@tableofcontents
|
@tableofcontents
|
||||||
|
|
||||||
@prev_tutorial{tutorial_gapi_face_beautification}
|
@prev_tutorial{tutorial_gapi_face_beautification}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Depth sensors compatible with Luxonis DepthAI library are supported through OpenCV Graph API (or G-API) module. RGB image and some other formats of output can be retrieved by using familiar interface of G-API module.
|
Depth sensors compatible with Luxonis DepthAI library are supported through OpenCV Graph API (or G-API) module. RGB image and some other formats of output can be retrieved by using familiar interface of G-API module.
|
||||||
|
|
||||||
In order to use DepthAI sensor with OpenCV you should do the following preliminary steps:
|
In order to use DepthAI sensor with OpenCV you should do the following preliminary steps:
|
||||||
-# Install Intel DepthAI library/depthai-core (from here <https://github.com/luxonis/depthai-core>).
|
-# Install Luxonis DepthAI library [depthai-core](https://github.com/luxonis/depthai-core).
|
||||||
|
|
||||||
-# Configure OpenCV with DepthAI library support by setting WITH_OAK flag in CMake. If DepthAI library is found in install folders OpenCV will be built with depthai-core (see a status WITH_OAK in CMake log).
|
-# Configure OpenCV with DepthAI library support by setting `WITH_OAK` flag in CMake. If DepthAI library is found in install folders OpenCV will be built with depthai-core (see a status `WITH_OAK` in CMake log).
|
||||||
|
|
||||||
-# Build OpenCV.
|
-# Build OpenCV.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user