Skip to content
Snippets Groups Projects
Commit e276a6b3 authored by Leo Sutevski's avatar Leo Sutevski
Browse files

.

parent 6c4bc577
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ class Operation:
_metadata = {
'Gain' : {'min' : 0, 'max' : 240, 'units': '0.3 dB', 'renderAs' : 'slider'},
'BlkLevel' : {'min' : 0, 'max' : 255, 'renderAs' : 'slider'},
'IntegrationTime' : {'min' : 1, 'max' : 748, 'units': 'H', 'renderAs': 'slider'}
'IntegrationTime' : {'min' : 1, 'max' : 0x2FFFF, 'units': 'H', 'renderAs': 'slider'}
}
def __init__(self, cam: Camera):
self._cam = cam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment