From: Edward on 4 Jun 2010 11:47 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
|
Pages: 1 Prev: Properly control for web camera Next: very short question array manipulation |