Mono Full Resolution Saver ========================== This example does its best to save 1280x720 .png files as fast at it can from the Mono sensor. It serves as an example of recording mono pictures to disk. Be careful, this example saves pictures to your host storage. So if you leave it running, you could fill up your storage on your host. .. rubric:: Similar samples: - :ref:`RGB Full Resolution Saver` Demo #### .. raw:: html
Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/MonoCamera/mono_full_resolution_saver.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/MonoCamera/mono_full_resolution_saver.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst