-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
OAK Information #22501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAK Information #22501
Conversation
Depth sensors compatible with DepthAI library are supported through OpenCV Graph API (or G-API) module. Depth map, 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 <https://github.com/luxonis/depthai-core>). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Luxonis DepthAI library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why it has been resolved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cabelo Intel -> Luxonis. Also it makes sense to use markdown notation for the link.
@cabelo Please resolve CI warnings: https://pullrequest.opencv.org/buildbot/builders/precommit_docs/builds/101063/steps/make%20doxygen/logs/warnings%20%281%29
|
Sorry done. |
done |
@dmatveev I removed you from the request unintentionally. sorry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cabelo for your contribution!
While this tutorial might be a good starting point, there's a number of points how it can be improved to bring more value to the users:
- See comments for the changeset
- Ideally we need to explain what happens here, and what can & can't be done with the OAK backend. Why do we need copy, why there's a certain camera input source needs to be used, etc. Let @smirnov-alexey help with that
-Dmitry
Hi @cabelo! Thanks for your contribution! There are some things to consider here:
|
@smirnov-alexey Thanks for the support, I changed the example to oak_basic_infer.cpp Can we close this request like this? I'm interested in extending the tutorial in next request ok? |
@dmatveev have something else to do? |
@smirnov-alexey have something else to do? |
Hi @cabelo there are some minor fixes left. However, I still think that tutorial could be extended (explaining |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I was away for quite a while. Sure I am fine with the tutor now. Thanks a lot!
@cabelo Please squash the commits before merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done... Thanks @asmorkalov
@cabelo I squashed commits and fixed several formatting issues and typos. Will merge the final PR soon. |
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.