nn::camera::CTR::SetPackageParameterWithContext Function

Syntax

nn::Result SetPackageParameterWithContext(
const PackageParameterContextDetail & param
);

Arguments

Name Description
in param Parameter value to set.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultIsSleeping Unusable because the system is closed.
ResultFatalError There may be something physically wrong with the camera.

Description

Batch-configures settings for a camera with context specified. Use when configuring resolution by pixels.

Note that this function may block for an extended period if a camera is restarting.

Revision History

2010/07/17
Initial version.

Revision History

2010/07/17
Initial version.

CONFIDENTIAL