...
Exclusion Overlay | Exclusion window for AP0101 and similar. |
AWB Zones Enabled | AWB zone overlay for many SOCs. |
WB Zone Overlay | Software AWB zone overlay for old software algorithm. |
Auto Exposure Overlay | AE zone overlay for many SOCs. |
AE350 Zones | AE zone overlay for MT9V022 and similar. |
Array Imager Color Overlay | Color-code array imager focal planes. |
Show Defects | Defect overlay for MT9M111. |
Lens Correction Overlay | Show knee points for old SOCs with piecewise quadradic lens correction blocks. |
Lens Center Overlay | Show lens correction center. |
Auto Focus Overlay | Auto-focus window for many SOCs. |
MAE Overlay | Motion Auto Exposure overlay for MT9T111 and similar. |
CRA Overlay | Bullseye overlay. |
...
Processing Images without a Device
There are a couple of ways of processing an image without an actual device being attached;
- If you have a raw image file you want to run through the colorpipe:
ap_CreateFromImageFile()
ap_GrabFrame()
ap_ColorPipe() - If you have image data in memory imitating the output of a sensor:
ap_CreateVirtual(path_to_sensor_xsdat_file)
ap_SetImageFormat()
ap_ColorPipe()