Hello,
I am trying to integrate a web camera into my VB.NET form. I have the latest firmware and Axtive X control from the manufacturer.
If I put the AxtiveX control on my form and write some code to connect to the camera the camera says it has connected however there is no video display.
Here is the funny bit. If I add a Web Browser object to the page, add the camera IP to the URL, compile and connect to the camera using the Web Browser object first, my AxtiveX control will then connect to the camera and display the video.
If I remove the Web Browser URL but leave the object on the form then the camera will still connect and display the video feed.
If I remove the Web Browser object from the form and compile, then the ActiveX control will connect to the camera, say it is connected but will not display the video anymore.
This indicates to me that the AxtiveX control is ok and so is my connection code. The Web Browser object is doing "something" to enable the ActiveX control to connect.
Can anyone give me a few suggestions on what that something is? How I could find out what’s going on? The manufacturer has been helping me however they say it should work without the Web Browser object on the form.
Thanks
Foz
I am trying to integrate a web camera into my VB.NET form. I have the latest firmware and Axtive X control from the manufacturer.
If I put the AxtiveX control on my form and write some code to connect to the camera the camera says it has connected however there is no video display.
Here is the funny bit. If I add a Web Browser object to the page, add the camera IP to the URL, compile and connect to the camera using the Web Browser object first, my AxtiveX control will then connect to the camera and display the video.
If I remove the Web Browser URL but leave the object on the form then the camera will still connect and display the video feed.
If I remove the Web Browser object from the form and compile, then the ActiveX control will connect to the camera, say it is connected but will not display the video anymore.
This indicates to me that the AxtiveX control is ok and so is my connection code. The Web Browser object is doing "something" to enable the ActiveX control to connect.
Can anyone give me a few suggestions on what that something is? How I could find out what’s going on? The manufacturer has been helping me however they say it should work without the Web Browser object on the form.
Thanks
Foz