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

.

parent 1902fd1c
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,8 @@ initial2 = {
'0x3445' : 0x25,
'0x3444' : 0x20,
'0x301a' : 0x00,
'0x3019' : 0x02,
'0x3018' : 0xee,
'0x3019' : 0x0f,
'0x3018' : 0xff,
'0x3007' : 0x00,
'0x300f' : 0x00,
'0x3010' : 0x21,
......
......@@ -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' : 0x2FFFF, 'units': 'H', 'renderAs': 'slider'}
'IntegrationTime' : {'min' : 1, 'max' : 0xFFF-2, '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.
Finish editing this message first!
Please register or to comment