Skip to content

DepthAI SDK v1.1.0

Compare
Choose a tag to compare
@VanDavv VanDavv released this 07 Oct 07:57
· 1806 commits to main since this release
2d13ccf

In this release, we added a capability to set the camera settings.

Three new functions were added to PipelineManager:

Each of these functions can modify the following camera attributes:

  • exposure
  • sensitivity
  • saturation
  • contrast
  • brightness
  • sharpness

To know more about these attributes, check our documentation

You can test these options using our demo script:

  • Control using a keyboard by running
    $ python3 depthai_demo.py --cameraControlls
    
  • Set specific camera configuration from start using command-line arguments (all flags listed here)
    $ python3 depthai_demo.py --cameraBrightness 5