Skip to content

Commit

Permalink
updating binning options
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwmorris committed Aug 16, 2023
1 parent 037f2b7 commit ce04b8e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions indi_allsky/camera/libcamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def __init__(self, *args, **kwargs):
}

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

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

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

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

self._binmode_options = {
1 : '',
#2 : '--mode 2323:1748', # unverified
#1 : '--mode 4656:3496', # unverified
#2 : '--mode 2323:1748',
}


Expand All @@ -765,9 +766,10 @@ def __init__(self, *args, **kwargs):
}

self._binmode_options = {
1 : '', # --mode 9152:6944
2 : '--mode 4624:3472',
4 : '--mode 2312:1736',
1 : '',
#1 : '--mode 9152:6944', # unverified
#2 : '--mode 4624:3472',
#4 : '--mode 2312:1736',
}


Expand All @@ -792,7 +794,7 @@ def __init__(self, *args, **kwargs):
}

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

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

0 comments on commit ce04b8e

Please sign in to comment.