Hi guys,
I'm using this EDIMAX IP Cam (IC-1520DP) which has a browser based administration. When I first login, It ask me to install an OCX (IPCamPluginMJPEG.ocx). Now I wanna use this OCX so I can have the camera displayed on a form in VB6, I can add a reference to the OCX and everything is fine but I can't initialize or use it at all since its asking for some parameters that are being passed to it by the PARAM html tag when It was used in IE.
Obviously I can't use the PARAM tag in VB6, so is there any other way I can pass the parameters?
Or do you have better ways to display the live camera feed on a form in VB6? The camera also has this CGI command that returns One multipart JPEG video stream but I totally don't have any idea how to use it.