Script camera control ===================== This example shows how to use :ref:`Script` node. It controls the :ref:`ColorCamera` to capture a still image every second. Demo #### .. raw:: html
Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/Script/script_camera_control.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/Script/script_camera_control.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst