07-23-2013 02:25 PM
I am using Vision Devlopment Module 8.5 with VB6. I have written much code using activeX controls for 1394 firewire cameras. Are there VB6 activeX controls for GigE cameras? If so,can you put link here for examples. Thanks You
Solved! Go to Solution.
07-30-2013 12:04 PM
Hi Dan,
The IMAQdx documentation indicates that it does have legacy MSVB6 support. Your camera should work with these examples as long as it meets the correct GigE or DCAM standards for working with IMAQdx, since this is still using our IMAQdx drivers.
I'm not sure about ActiveX support specifically for GigE cameras, but once you've connected to your camera with IMAQdx in VB6 I don't see why you shouldn't be able to use functions you were using before. I suggest you try modifying your existing code to connect with your GigE camera, and test the functionality of your ActiveX code.
Thank you,