Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1009 Bytes

sdk_camera_control_with_nn.rst

File metadata and controls

41 lines (25 loc) · 1009 Bytes

Camera Control with NN =====================

This example shows how to set up control of color camera (focus and exposure) to be controlled by NN. The NN is a face detection model which passes detected face bounding box to camera component run auto focus and auto exposure algorithms on.

Demo

Control with NN Demo

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub

../../../../examples/CameraComponent/camera_control_with_nn.py