From: Heinz-Georg Fehn on
Hi,

additional features are added to vcapg2 and running under windows 7, 64 Bit Matlab version 2009b. Features (mainly from logitech camera, 9000, Sphere AF) like Brigthness, Gamma, etc, and mechanical Pan, Tilt (if available) can be controlled from matlab command (>>) as well as changing image size and / or to switch the camera to Bayer-mode and get the RAW image (only available for Logitech)).

Example: >>vid_capture([1,2],'Frequency',[15,20],'Width'[640,320],'Height',[480,240]);

initilizes two cameras with differents frequencies and image sizes.

>>[a,b]=vid_capture([1,2]); does the capture.

Heinz-Georg Fehn