Hardcode Recording Duration =========================== This example shows how to record a video for a fixed duration of time. .. include:: /includes/blocking_behavior.rst Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/recording_duration.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/recording/recording_duration.py :language: python :linenos: .. include:: /includes/footer-short.rst