Condividi tramite


PDD_TakeStillPicture (Compact 2013)

3/26/2014

PDD_TakeStillPicture is called to take a still picture.

Syntax

DWORD PDD_TakeStillPicture( 
  LPVOID PDDContext, 
  LPVOID pBurstModeInfo 
);

Parameters

  • PDDContext
    [in] This is the return value of PDD_Init.
  • 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

See Also

Reference

Camera PDD Methods