Share via


PDD_TakeStillPicture (Windows Embedded CE 6.0)

1/6/2010

PDD_TakeStillPicture is called to take a still picture.

Syntax

DWORD PDD_TakeStillPicture( 
LPVOID PDDContext, 
LPVOID pBurstModeInfo 
);

Parameters

  • LPVOID PDDContext
    [in]

    This is the return value of PDD_Init.

  • LPVOID pBurstModeInfo
    Reserved. The MDD layer will always set it to NULL.

Return Value

PDD specific. ERROR_SUCCESS represents success. Any other value will be treated as error.

Remarks

When the PDD layer receives this function call, it should setup the sensor for still mode. It may have to disable sending data for Capture or preview sensor mode.

Requirements

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Other Resources

Camera PDD Methods