I am a student and I am looking for a function (for recording video) define in the activeX "Xplug.ocx". Which one I use to command my TRENDnet camera "TV-IP400" for coding in Visual C++? I don't know where I can ask this question, TRENDnet support doesn't have the information that I'm looking for.
A
Answer by
Alex Urbach
The only source to look for coding examples is Google. I have looked through the results and I could find a few examples. It seems that XPLUG.OCX is used as a library file for many projects that involves handling webcams and recording procedures. I recommend checking the results on the following pages to learn how to embed the code to record.
What does this mean "ActiveX not registered" and how to correct it?
J
Answer by
Julia Bocchetta
Please, try to close all the applications, and perform a new re-installation of the product. Also, if the error says what DLL or OCX file is missing you could try placing the file into \Windows\System32 then from the Start > Run you could use regsvr32 FILENAME (eg. regsvr32 activex.dll).
I am getting Runtime Error 429: ActiveX component can't create object. How can I solve this?
You need to register a DLL file using the regsvr32 process available within Windows, but before it you should download the VB6 Runtime pack.
Register the file using: Windows + R > Run > regsvr32 c:\windows\system32\msrdo20.dll
Eventually, reinstall your software and run the installer as Administrator.
I am a student and I am looking for a function (for recording video) define in the activeX "Xplug.ocx". Which one I use to command my TRENDnet camera "TV-IP400" for coding in Visual C++? I don't know where I can ask this question, TRENDnet support doesn't have the information that I'm looking for.
The only source to look for coding examples is Google. I have looked through the results and I could find a few examples. It seems that XPLUG.OCX is used as a library file for many projects that involves handling webcams and recording procedures. I recommend checking the results on the following pages to learn how to embed the code to record.
What does this mean "ActiveX not registered" and how to correct it?
Please, try to close all the applications, and perform a new re-installation of the product. Also, if the error says what DLL or OCX file is missing you could try placing the file into \Windows\System32 then from the Start > Run you could use regsvr32 FILENAME (eg. regsvr32 activex.dll).