Skip to content

Commit

Permalink
* Testing without autoexposuremode
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Apr 30, 2024
1 parent a6acbe3 commit df9b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/camera/gphoto/canon.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def connect(self):
'artist': artist_name,
'copyright': copy_right,
'ownername': owner_name,
'autoexposuremode': 'Manual',
'drivemode': 'Single',
'focusmode': 'Manual',
'imageformat': 'RAW',
# 'autoexposuremode': 'Manual', # Need physical toggle.
# 'imageformatsd': 'RAW', # We shouldn't need to set this.
'capturetarget': 'Internal RAM',
'reviewtime': 'None',
Expand Down

0 comments on commit df9b3d9

Please sign in to comment.