Setstillcapturesize – Argox PT-9130 User Manual

Page 91

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 84

SetStillCaptureSize

To set the image pixel for still picture capture.

DWORD SetStillCaptureSize

{

DWORD

dwImageSize

}

Parameters

dwImageSize

[in] Flags for setting image pixel. This parameterer must be one of the values in the table below.

Value

Image pixel

0

QSXGA (2560*1944)

1

SXGA (1280*960)

Returned Values

If the action succeeds, the returned value is

E_FUNC_SUCCEED

. If the action fails, possible returned values are

E_FUNC_ERROR

,

E_FUNC_PAR_ERROR

,

CAM_ERR_STILL_SETTING_FAIL

,

CAM_ERR_DEVICE_ERROR

.

Example

DWORD dwSize;

dwSize = 1;

if(SetStillCaptureSize(dwSize) != E_FUNC_SUCCEED)

AfxMessageBox(_T("Set still capture size fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising