RGB Full Resolution Saver ========================= This example saves full-resolution 3840x2160 ``.jpeg`` images when ``c`` key is pressed. It serves as an example of recording high resolution frames to disk for the purposes of high-resolution ground-truth data. Note that each frame consumes above 2MB of storage, so "spamming" capture key could fill up your storage. .. rubric:: Similar samples: - :ref:`Mono Full Resolution Saver` .. include:: /includes/container-encoding.rst Demo #### .. raw:: html
Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/VideoEncoder/rgb_full_resolution_saver.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/VideoEncoder/rgb_full_resolution_saver.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst