...
Record to csv File
During monitoring, user can also record register values to a csv file. The number of entries per second is sensor frame rate.
Save/Load (Watch REG Preset Dialog)
The Watch REG Preset Dialog can be used to load a "watch" preset defined in an .ini file or to create a new "watch" preset to an .ini file. This allows the user to save and load the watched registers between sessions. The default .ini file used for the presets will be used for the watch presets. Another .ini file can be selected using the Browse button. All the preset names in list box will be pre-appended with "Watch REG:" in the .ini file to differentiate them from standard presets.
Watching Registers on the Demo3
Watch assumes register addresses refer to the sensor.
You can still monitor it on the Watch dialog using the Python function feature.
On the Watch dialog click Non-Register…, click Next, for def put MipiFrameCRC, in the box put
return demo3.MipiFrameCRC.value
(including the leading spaces). Then click Test Function, click Finish.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
...