Camera Driver Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the functions that a camera driver must implement.
Function | Description |
---|---|
The camera driver's implementation of the stream interface driver function XXX_Close (Device Manager). |
|
The camera driver's implementation of the stream interface driver function XXX_Deinit (Device Manager). |
|
The camera driver's entry point. It is the camera driver's implementation of the stream interface driver function XXX_Init (Device Manager). |
|
The camera driver's implementation of the stream interface driver function XXX_IOControl (Device Manager). For information on the I/O control codes for camera drivers, see Camera Driver IOCTLs. |
|
The camera driver's implementation of the stream interface driver function XXX_Open (Device Manager). |
|
The pin driver's implementation of the stream interface driver function XXX_Close (Device Manager). |
|
The pin driver's implementation of the stream interface driver function XXX_Deinit (Device Manager). |
|
The pin driver's implementation of the stream interface driver function XXX_Init (Device Manager). |
|
The pin driver's implementation of the stream interface driver function XXX_IOControl (Device Manager). For information on the I/O control codes for camera drivers, see Camera Driver IOCTLs. |
|
The pin driver's implementation of the stream interface driver function XXX_Open (Device Manager). |