Face Detection Mono ================== This example shows how to run face detection on Mono camera input using SDK. For running the same face detection on RGB camera, see :ref:`Face Detection RGB`. .. include:: /includes/blocking_behavior.rst Demo #### .. image:: /_static/images/demos/sdk_face_detection_left.png :alt: Mono camera face detection demo Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/face_detection_left.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/NNComponent/face_detection_left.py :language: python :linenos: .. include:: /includes/footer-short.rst