nn::camera::CTR::SetPackageParameterWithoutContext Function

Syntax

nn::Result SetPackageParameterWithoutContext(
const PackageParameterCameraSelect & 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 no context specified.

If you specify a value of WHITE_BALANCE_NORMAL with the SetWhiteBalance function, the SetAutoWhiteBalance function does not set any values.

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

Revision History

2010/07/17
Initial version.

CONFIDENTIAL