Edward
2010-06-04 15:47:04 UTC
Dear all,
I have a Logitech QuickCam Orbit AF (Model: V-UCC22) try to control the pan and tilt in Matlab. I try to use the following code to do so but it doesn't work:
vid = videoinput('winvideo',1);
src = getselectedsource(vid);
src.pan = 30;
src.tilt = 30;
The values of src.pan and src.tilt change but not the logitech camera.
I am using Windows 7, Matlab R2009b and logitech driver version 12.10.1110.0. Do I need to install additional programs to make the pan and tilt in Matlab work?
Thanks,
Edward
I have a Logitech QuickCam Orbit AF (Model: V-UCC22) try to control the pan and tilt in Matlab. I try to use the following code to do so but it doesn't work:
vid = videoinput('winvideo',1);
src = getselectedsource(vid);
src.pan = 30;
src.tilt = 30;
The values of src.pan and src.tilt change but not the logitech camera.
I am using Windows 7, Matlab R2009b and logitech driver version 12.10.1110.0. Do I need to install additional programs to make the pan and tilt in Matlab work?
Thanks,
Edward