Camera Driver Functions (Compact 2013)
3/26/2014
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). |
See Also
Reference
Camera Model Device Driver (MDD) Interface
Camera Driver Reference