HBehrens / CamHolderApp

UVC Camera Control for Mac OS X (optimized for MS LifeCam Studio) as software for the CamHolder
http://CamHolder.org
Other
43 stars 11 forks source link

use with other UVC cameras #22

Open rootscript opened 8 years ago

rootscript commented 8 years ago

I noticed that // Logitech Pro 9000 was commented out. Where can we specify other UVC cameras? When I start the app it is looking just for a Lifecam"Camera not found. Make sure to attach at least one camera of the model 'Microsoft LifeCam Studio' before running this application."

rootscript commented 8 years ago

ok, I added static NSString* suitableModelUniqueID = @"UVC Camera VendorID_1133 ProductID_2115"; So that it shows the Logitech c930e. I will try next week with a Logitech cc3000e & the Logitech PTZ Pro (It would be useful to get the optical zoom working (I believe this can be controlled via UVC too)). btw THANKS for your app & code