BindPhysicalMemoryToVirtualMemoryICMedia
This function binds the physical memory of an image, specified by "hPhysical," to a virtual memory location specified by "pVirtual."
Note: It is possible that multiple calls to this function may be made with the same physical
DWORD BindPhysicalMemoryToVirtualMemoryICMedia(
DWORD hPhysical, void *pVirtual
)
Passed Arguments | Description |
DWORD hPhysical | A |
| returned by AllocatePhysicalScanSpaceICMedia when the space was allocated. |
void *pVirtual | A pointer to a virtual address to be bound to the physical memory referenced by |
| hPhysical. |
Returns
Zero on failure,
CaptureInitiatedICMedia
In order to stay synchronized with the incoming images, the scan driver needs to know when each request to acquire a new image has been successfully completed. A request for a new capture that is made before the front edge of the Vsync signal (an optional function) should be carried out on the front edge of the next Vsync signal. CaptureInitiatedICMedia is called after the front edge of Vsync to determine if that has happened.
DWORD CaptureInitiatedICMedia(
void
)
Returns
Zero indicates that on the last front edge of Vsync a new capture request was not carried out. This will occur either because the requet was never made, or because the request was made but was unsuccessful.
DeinitializeImageLineDataProcessingICMedia
This function is used to destroy, or undo any software or hardware configurations that are associated with the calling of the image data line processing.
DWORD DeinitializeImageLineDataProcessingICMedia(
void
)
Returns
Zero on failure,
DeinitializeVsyncProcessingICMedia
This function disables the system from responding to the Vsync pulse from the imager. This involves undoing the setup performed via the InitializeVsyncProcessingICMedia (see page 10), function.
DWORD DeinitializeVsyncProcessingICMedia(
void
)
IMAGETEAM™ 4X00 Series Hardware Interface Layer Specification | 3 |