...
The ApBase COM object makes key functions of the ApBase API available via the COM (Component Object Model) mechanism.
Note: you must install the MatLab Runtime library via this link;
http://www.onsemi.com/pub/Collateral/MCRINSTALLER.ZIP
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 Aptina device, grab an image and convert it to RGB.
...