Skip to content

Commit

Permalink
do not set explicit mode with bin 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwmorris committed Aug 16, 2023
1 parent ce04b8e commit dcf1d5b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions indi_allsky/camera/libcamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ def __init__(self, *args, **kwargs):
}

self._binmode_options = {
1 : '--mode 4056:3040:12',
#1 : '--mode 4056:3040:12',
1 : '',
2 : '--mode 2028:1520:12',
4 : '--mode 1332:990:10', # cropped
}
Expand Down Expand Up @@ -660,7 +661,8 @@ def __init__(self, *args, **kwargs):
}

self._binmode_options = {
1 : '--mode 4056:3040:12',
#1 : '--mode 4056:3040:12',
1 : '',
2 : '--mode 2028:1520:12',
4 : '--mode 1332:990:10', # cropped
}
Expand Down Expand Up @@ -712,7 +714,8 @@ def __init__(self, *args, **kwargs):
}

self._binmode_options = {
1 : '--mode 3280:2464:10',
#1 : '--mode 3280:2464:10',
1 : '',
2 : '--mode 1640:1232:10',
}

Expand Down Expand Up @@ -794,7 +797,8 @@ def __init__(self, *args, **kwargs):
}

self._binmode_options = {
1 : '--mode 4608:2592:10',
#1 : '--mode 4608:2592:10',
1 : '',
2 : '--mode 2304:1296:10',
4 : '--mode 1536:864:10', # cropped
}
Expand Down Expand Up @@ -871,7 +875,8 @@ def __init__(self, *args, **kwargs):
}

self._binmode_options = {
1 : '--mode 1920:1080:12',
#1 : '--mode 1920:1080:12',
1 : '',
2 : '--mode 1280:720:12', # cropped
}

0 comments on commit dcf1d5b

Please sign in to comment.