merge pixel view to show 16bit and calibrated resaults. 50frame step, allow to save frame
This commit is contained in:
parent
787bdfe5f7
commit
1e59c59aca
|
@ -29,11 +29,6 @@ def calibrate(x):
|
||||||
#print('{}..{}'.format(ret.max(), ret.min()))
|
#print('{}..{}'.format(ret.max(), ret.min()))
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
||||||
class state:
|
|
||||||
calibrate = False
|
|
||||||
|
|
||||||
|
|
||||||
# Global variables for the last mouse position
|
# Global variables for the last mouse position
|
||||||
last_x, last_y = 0, 0
|
last_x, last_y = 0, 0
|
||||||
img, calibrated_img = None, None
|
img, calibrated_img = None, None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user