Here is the list of some of the features added to the upcoming CL-Eye SDK release:
- Added camera red LED access API
- Added three additional camera modes for a total of five supported operation modes:
CLEYE_MONO_PROCESSED - returns monochrome camera image processed with linear/non-linear transforms
CLEYE_COLOR_PROCESSED - returns color camera image processed with linear/non-linear transforms
CLEYE_MONO_RAW - returns unprocessed monochrome camera image
CLEYE_COLOR_RAW - returns unprocessed color camera image
CLEYE_BAYER_RAW - returns unprocessed camera image directly from the sensor (Bayer pattern)
- Added sub 1fps frame rate selection for large exposure times (up to 10 seconds @ VGA). This could be useful for applications that acquire images in almost complete darkness, for example the astronomy use.
- The capture in QVGA mode now goes all the way up to 187fps!!!
- Implemented extensive list of camera capture frame rates:
QVGA resolution - 77 rates defined (0.26 - 187.35fps)
VGA resolution - 133 rates defined (0.1 - 75.03fps)
- Added stereo vision C++ code sample (CLEyeStereoVision)
- Added camera capture latency measurement application code sample (CLEyeLatency)
AlexP