Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface with Logitech Orbit MP Webcam: Again
Message
 
To
11/07/2006 08:53:37
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01134915
Message ID:
01135289
Views:
18
>>>I just got a Logitech Orbit MP webcam and would like to use from within VFP
>>>
>>>I downloaded the SDK but I have no idea as how to create an object for it
>>>
>>>
>>>has anybody used it to fetch photos from within VFP?
>>>
>>>
>>>Thanks
>>>
>>>Peter
>>
>>
>>Check
>>http://fox.wikis.com/wc.dll?Wiki~VideoCaptureApi~VFP
>>http://www.tek-tips.com/faqs.cfm?fid=3891
>>http://www.ml-consult.co.uk/foxst-29.htm
>>
>>Can you post some examples from camera SDK Help?
>
>Borislav
>
>I just emaild you the manual from the SDK, maybe it means something to you. It sure does not help me since I have never used VB :-)
>
>Thanks
>
>Peter

I received it.
Main Object is VideoPortal, Check your registry and search for VideoPortal to get full name of this Class. I don't know how it is registered, maybe something like Logitech.VideoPortal or QueckCamera.VideoPortal. Then if VFP:
oVP = CREATEOBJECT([.....VideoPortal])
oVP.PrepareControl([QCSDK], [HKEY_LOCAL_MACHINE\Software\Logitech\QCSDK], 0)
...
In all methods where you receive some values like QueryCameraConnected(), GetCameraType() etc. you must use parameters passed by reference to get the value.
Check page 16 for all methods and properties of this interface.
I have no this SDK installed and can't find what is the real name of this interface and play with it.
Did you have any link from where I can download it? Or this SDK is payable?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform