From: Alexander Smorkalov Date: Tue, 4 Oct 2022 12:45:44 +0000 (+0300) Subject: Typos and formating fixes. X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~137^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ae126d3b8c5369a80909edf53e495783effb196;p=platform%2Fupstream%2Fopencv.git Typos and formating fixes. --- diff --git a/doc/tutorials/gapi/oak_devices/oak_devices.markdown b/doc/tutorials/gapi/oak_devices/oak_devices.markdown index 4a635fd..6046cde 100644 --- a/doc/tutorials/gapi/oak_devices/oak_devices.markdown +++ b/doc/tutorials/gapi/oak_devices/oak_devices.markdown @@ -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 @prev_tutorial{tutorial_gapi_face_beautification} -![hardwares](pics/oak.jpg) +![Oak-D and Oak-D-Light cameras](pics/oak.jpg) 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: --# Install Intel DepthAI library/depthai-core (from here ). +-# 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.