Skip to content

Commit

Permalink
update utils
Browse files Browse the repository at this point in the history
  • Loading branch information
LJMU-JackMallo committed Jan 9, 2024
1 parent 4af0e78 commit cd973f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def getCaptureSpec(data,capture_mode):

print(f"🟠 | Resolution set to {x}x{y} | Iso set to {iso} | Shutter speed set to {shutterSpeed}")
cam.configure(camera_config)
cam.set_controls(controls)
cam.set_controls({"ExposureTime": shutterSpeed})

return cam

Expand Down

0 comments on commit cd973f6

Please sign in to comment.