-
Notifications
You must be signed in to change notification settings - Fork 202
Camera video example #168
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
Camera video example #168
Conversation
|
I will also change |
|
Thanks! |
| @@ -0,0 +1,30 @@ | |||
| 28 - Camera video high resolution | |||
| ========================= | |||
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.
Please match the header length (throws a warning otherwise)
| .. code-block:: bash | ||
| :substitutions: | ||
|
|
||
| python3 -m pip install --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/ depthai==|release| |
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.
Please use .. include:: /includes/install_from_pypi.rst, like here - https://github.com/luxonis/depthai-python/blob/develop/docs/source/samples/09_mono_mobilenet.rst
| 28 - Camera video high resolution | ||
| ========================= | ||
|
|
||
| This example shows how to use high resolution video at low latency. Compared to `01_rbg_preview`, this demo outputs NV12 frames whereas |
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.
Maybe we could add a link to the 01 issue, like
:ref:`01 - RGB Preview`
…ing), replaced setup with install_from_pypi.rst
VanDavv
left a comment
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.
LGTM
themarpe
left a comment
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.
Also is 2000x1000 specifically intended? Otherwise we could do 1920x1080 and 1080p sensor resolution.
LGTM apart from that
…eview" and tiny_yolo in index.rst
Added camera video example/docs/tests, which is suitable for high res & low latency