RGB video ========= This example shows how to use high resolution video at low latency. Compared to :ref:`RGB Preview`, this demo outputs NV12 frames whereas preview frames are BGR and are not suited for larger resoulution (eg. 1920x1080). Preview is more suitable for either NN or visualization purposes. .. rubric:: Similar samples: - :ref:`RGB Preview` (lower resolution) Demo #### .. raw:: html
Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/ColorCamera/rgb_video.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/ColorCamera/rgb_video.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst