jrosti / lumikki

Automatically exported from code.google.com/p/lumikki
0 stars 0 forks source link

Consistent labels & format for CAM parameters in Lumikki UI #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The CAM tab in the Lumikki UI has fields for values of FPS and exposure. At the 
moment, one has to enter them times 1000 (that is, FPS of 10 frames/s would be 
10000, exposure of 90ms would be 90000). The parameters should be filled as the 
actual FPS (ie. 10 [frames/s]) and exposure in milliseconds (ie. 90 [ms]) and 
the script talking with the CAM machine should convert the values to the 
1000*-format that is sent to the CAM machine.

Original issue reported on code.google.com by slaye.w...@gmail.com on 23 Feb 2011 at 5:09