- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Problem of controllin g pan/tilt of QuickCam Orbit in Matlab (Windows 7)
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2010
09:05 AM
- last edited on
06-04-2010
09:29 AM
by
Taylarie
Dear all,
I have a Logitech QuickCam Orbit AF (Model: V-UCC22) and 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 32-bit, 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?
Also, I try to use the "PTZ.exe" provided by logitech, but it gives me the following message:
Error: Unable to set CameraControl_Pan property value to -40. <Error: 0x80070057>
...
What should I do to make the PTZ.exe works in windows 7 32-bit?
Thanks,
Edward
Re: Problem of controllin g pan/tilt of QuickCam Orbit in Matlab (Windows 7)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2010 01:00 PM
Since you are looking for "Developer" related information, please visit the QuickCam® Team website. If you sign up, please put a link in your new post that references your initial posting here (and vice versa).
Thanks.
KachiWachi - Webcam Forum Guru (2002), Logi Legend (2007), Distinguished Logi Legend (2010), QuickCam® Team Forums (2007)
If you are looking for official Logitech Customer / Technical Support, please >> CLICK HERE <<
In order to help keep the forum content "fresh", please do not post a reply to any thread that is over six (6) months old.
* Please note that I am currently providing "general" troubleshooting assistance in the public forums once 24 hours have passed.
* However, if I am interested in your issue, and for all "advanced" issues, I will be sending you a Private Message before then.
* Thanks.
* PS - If one of my replies has adequately addressed your issue, please click on the "Accept as Solution" and "Give Kudos" buttons, so that this information can benefit others.
New to Webcams? START HERE!
Logitech Webcam Software 2.x (a.k.a. QuickCam 13.x) - Issues and Solutions
Logitech Webcam Software 1.00.1280 / 1.10.1113 (a.k.a. QuickCam 12.x) - Issues and Solutions
QuickCam 11.0.0.1218 / 11.1.0.2030 / 11.5.0.1169 / 11.8.0.1065 / 11.9.0.1263 - Issues and Solutions
Is your problem one of these older, common, known, or repeat issues? "Everything Macintosh"
How to make your Logitech camera work in an IM Are you looking for (older) software?
Why your older Logitech camera *may* not be supported on Windows Vista, 7, 8, and/or on a 64-bit OS
Re: Problem of controllin g pan/tilt of QuickCam Orbit in Matlab (Windows 7)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2012 09:08 AM
Hello maklinchi, could You please share here if you resolved this problem, i.e.. If yes, how in the end you made pan and tilt of QuickCam Orbit move on commands scr.pan=30 and scr.tilt=30.
Thank You in advance.
Re: Problem of controllin g pan/tilt of QuickCam Orbit in Matlab (Windows 7)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-21-2012 05:00 AM
http://web.archive.org/web/20101229215224/http://w
Thanks.
KachiWachi - Webcam Forum Guru (2002), Logi Legend (2007), Distinguished Logi Legend (2010), QuickCam® Team Forums (2007)
If you are looking for official Logitech Customer / Technical Support, please >> CLICK HERE <<
In order to help keep the forum content "fresh", please do not post a reply to any thread that is over six (6) months old.
* Please note that I am currently providing "general" troubleshooting assistance in the public forums once 24 hours have passed.
* However, if I am interested in your issue, and for all "advanced" issues, I will be sending you a Private Message before then.
* Thanks.
* PS - If one of my replies has adequately addressed your issue, please click on the "Accept as Solution" and "Give Kudos" buttons, so that this information can benefit others.
New to Webcams? START HERE!
Logitech Webcam Software 2.x (a.k.a. QuickCam 13.x) - Issues and Solutions
Logitech Webcam Software 1.00.1280 / 1.10.1113 (a.k.a. QuickCam 12.x) - Issues and Solutions
QuickCam 11.0.0.1218 / 11.1.0.2030 / 11.5.0.1169 / 11.8.0.1065 / 11.9.0.1263 - Issues and Solutions
Is your problem one of these older, common, known, or repeat issues? "Everything Macintosh"
How to make your Logitech camera work in an IM Are you looking for (older) software?
Why your older Logitech camera *may* not be supported on Windows Vista, 7, 8, and/or on a 64-bit OS
