From: Edward on
Dear Vova,

I have a Logitech QuickCam Orbit AF(Model: V-UCC22) try to control the pan and tilt in Matlab using your code. I have Pan and tilt, but not TiltMode and PanMode in src. So I can't control the pan and tilt of my camera.

I am using Windows 7, Matlab R2009b and logitech driver. Do I need to install additional programs to make the pan and tilt in Matlab work?

Thanks,
Edward

"Vova Karpinskyi" <karper1986(a)gmail.com> wrote in message <hbs1nd$1l6$1(a)fred.mathworks.com>...
> Hi friends,
> I have the problem that drives me crazy! I'm using Logitech QuickCam Orbit/Sphere and i have the next problem:
> I set
> src.TiltMode ='manual';
> src.PanMode ='manual';
> and when I want to set some parameters to them for example like:
> src.Tilt = 10;
> src.Pan = 10;
> my camera just turn left but not to down,
> if I type only:
> src.Tilt = 10;
> than its turns down.
> Please help me. How can I do the properly control of my camera.
> Thanks in advance.
>
> Best regards,
> Karper.