...
Although the software installer registers both 32-bit and 64-bit apbaseComregistersapbaseCom.dll, it is possible that the registration process fails without warning.
If you experience errors regarding server creation, please perform the following;
- Open a CMD windowSearch for “Command Prompt” from Start menu, right click on it and select “Run as administrator”.
- Navigate to the 32-bit SW installation folder, usually "C“C:\Aptina Imaging" \bin”.
- Enter; %SystemRoot%%SystemRoot%\Syswow64system32\regsvr32 apbasecom.dll
- You should see a pop-up dialog that displays that the registration was successful.
- Navigate to the 64-bit SW installation folder, usually "C:\Aptina Imaging\bin"
- Enter; %SystemRoot%\system32\regsvr32 apbasecom.dll
- You should see a pop-up dialog that displays that the registration was successfulA “RegSvr32” dialog will appear with “DllRegisterServer in apbasecom.dll succeeded”.
Quick Start
To use ApBase COM, create an object of type apbaseCom.ApBase. The details will depend on the tool or language you are using. The following example is in Matlab.
Here is a minimal procedure to open a demo kit camera, initialize the ON Semiconductor device, grab an image and convert it to RGB.
...