Release Notes
This driver includes the change in frame rate selection. By default the driver runs in basic mode.
For your convenience in the latest driver (v4.0.1.0215) we have added basic/advanced mode selection via ‘cleye.config’ file.
Simply place ‘cleye.config’ file in the same directory where your executable file resides to enable the ‘advanced’ mode.
Basic mode (default)
- 640x480 fps: 15, 30
- 320x240 fps: 15, 30
Advanced Mode
- 640x480 fps: 15, 30, 40, 50, 60, 75
- 320x240 fps: 15, 30, 60, 75, 100, 125
cleye.config file content:
<?xml version="1.0" encoding="UTF-8"?>
<cleye>
<item name="mode" value="advanced" />
</cleye>
AlexP