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
Result::IsSuccess Process was successful.
ResultIsSleeping This function is unusable because the system cover 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: 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