10-29-2008 08:14 AM
10-29-2008 01:59 PM
I'm not sure if this actually is the problem you face, but there is two ways of calling ActiveX. On is via the frontpanel ActiveX Container, the other is on the block diagram ActveX function Automation Open. Not every ActiveX object works for both (I'm not fluently with the naming conventions here). Using select ActiveX class should show the camera at least on one of these.
Felix
10-29-2008 05:56 PM
How do you then add the ocx file?... if you use the automation open?... can you see the ocx file when you try to add it to Labview?
Wouldn't it be the best solution to use the active x?
10-30-2008 05:18 AM
The ocx file is already registered with the regsrv32 call. You should be able to find the link in the registry (using regedit). All that LabView or any other language does is to look up the registry for all available ActiveX components and it will list these. No need to manually link your code to the file (although this can be done with the browse option).
Felix