Pyscope test k2 save frames » History » Version 3
Anchi Cheng, 10/06/2022 03:06 PM
1 | 1 | Anchi Cheng | <pre> |
---|---|---|---|
2 | k.setSaveRawFrames(True) |
||
3 | k.setExposureTime(200) |
||
4 | 3 | Anchi Cheng | a=k.getImage() |
5 | a.shape |
||
6 | 1 | Anchi Cheng | </pre> |
7 | 3 | Anchi Cheng | * The last command should give you the shape of the summed image. |