Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheraleo-7 committed Dec 12, 2024
1 parent 7205ade commit 1fde8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picamera2/picamera2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ def configure_(self, camera_config="preview") -> None:
self.set_controls({"ScalerCrops": scaler_crops})

def configure(self, camera_config=None) -> None:
"""Configure the camera system with the given configuration."""
"""Configure the camera system with the given configuration. Defaults to the 'preview' configuration."""
self.configure_(camera_config)

def camera_configuration(self) -> dict:
Expand Down

0 comments on commit 1fde8b6

Please sign in to comment.