Share via


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

CAM_Close

The camera driver's implementation of the stream interface driver function XXX_Close (Device Manager).

CAM_DeInit

The camera driver's implementation of the stream interface driver function XXX_Deinit (Device Manager).

CAM_Init

The camera driver's entry point. It is the camera driver's implementation of the stream interface driver function XXX_Init (Device Manager).

CAM_IoControl

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.

CAM_Open

The camera driver's implementation of the stream interface driver function XXX_Open (Device Manager).

PIN_Close

The pin driver's implementation of the stream interface driver function XXX_Close (Device Manager).

PIN_DeInit

The pin driver's implementation of the stream interface driver function XXX_Deinit (Device Manager).

PIN_Init

The pin driver's implementation of the stream interface driver function XXX_Init (Device Manager).

PIN_IoControl

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.

PIN_Open

The pin driver's implementation of the stream interface driver function XXX_Open (Device Manager).

See Also

Reference

Camera Driver Reference

Other Resources

Camera Model Device Driver (MDD) Interface