Skip to content

Commit

Permalink
bug #142: setting limit for exposure time
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Danieau committed Oct 17, 2024
1 parent 058e18b commit c012998
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ def _create_pipeline(self) -> dai.Pipeline:

pipeline = self._pipeline_basis()

# # CAM_B (right) drives by default
# CAM_B (right) drives by default. Change it to CAM_C (left)
self.right.initialControl.setMisc("3a-follow", dai.CameraBoardSocket.CAM_C)
self.left.initialControl.setAutoExposureLimit(10000) # more robust to motion blur
self.left.initialControl.setMisc("3a-follow", dai.CameraBoardSocket.CAM_C)

pipeline = self._create_encoders(pipeline)
Expand Down

0 comments on commit c012998

Please sign in to comment.