Merge pull request #25972 from kaingwade:update_orbbec_tutorial

Update orbbec(uvc) tutorial
pull/25743/head
Alexander Smorkalov 6 months ago committed by GitHub
commit f24e80297a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      doc/tutorials/app/orbbec_uvc.markdown
  2. 0
      samples/cpp/tutorial_code/videoio/uvc_orbbec/videocapture_obsensor.cpp
  3. 0
      samples/python/tutorial_code/videoio/videocapture_obsensor.py

@ -39,14 +39,14 @@ Code
@add_toggle_python @add_toggle_python
This tutorial code's is shown lines below. You can also download it from This tutorial code's is shown lines below. You can also download it from
[here](https://github.com/opencv/opencv/blob/5.x/samples/python/videocapture_obsensor.py) [here](https://github.com/opencv/opencv/blob/5.x/samples/python/tutorial_code/videoio/videocapture_obsensor.py)
@include samples/python/videocapture_obsensor.py @include samples/python/tutorial_code/videoio/videocapture_obsensor.py
@end_toggle @end_toggle
@add_toggle_cpp @add_toggle_cpp
This tutorial code's is shown lines below. You can also download it from This tutorial code's is shown lines below. You can also download it from
[here](https://github.com/opencv/opencv/blob/5.x/samples/cpp/videocapture_obsensor.cpp) [here](https://github.com/opencv/opencv/blob/5.x/samples/cpp/tutorial_code/videoio/uvc_orbbec/videocapture_obsensor.cpp)
@include samples/cpp/videocapture_obsensor.cpp @include samples/cpp/tutorial_code/videoio/uvc_orbbec/videocapture_obsensor.cpp
@end_toggle @end_toggle
### Code Explanation ### Code Explanation
@ -123,4 +123,4 @@ This tutorial code's is shown lines below. You can also download it from
![BGR And DEPTH And DepthToColor frame](images/orbbec_uvc_cpp.jpg) ![BGR And DEPTH And DepthToColor frame](images/orbbec_uvc_cpp.jpg)
### Note ### Note
Mac users need sudo privileges to execute the code. Mac users need `sudo` privileges to execute the code.

Loading…
Cancel
Save