CAM_Init (Compact 2013)

3/26/2014

This function is a camera driver's entry point. When this function is called, the camera driver detects and initializes the hardware, allocates and initializes its data structures, and returns a device instance identifier that will be passed in subsequent calls to CAM_Open.

This function is the camera driver's implementation of the stream interface driver function XXX_Init (Device Manager).

Syntax

DWORD CAM_Init(
  VOID* pContext
);

Parameters

See XXX_Init (Device Manager).

Return Value

See XXX_Init (Device Manager).

Requirements

Header

Developer Implemented

Library

Developer Implemented

See Also

Reference

Camera Driver Functions
XXX_Deinit (Device Manager)