nn::camera::CTR::SetPackageParameterWithContext Function

Syntax

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

Arguments

Name Description
in param Parameter value to set.

Return Values

Returns the result of the operation.
LEVEL_SUCCESS:SUMMARY_SUCCESS:MODULE_COMMON:DESCRIPTION_SUCCESS: Success.
LEVEL_STATUS:SUMMARY_STATUS_CHANGED:MODULE_NN_CAMERA:DESCRIPTION_CAMERA_IS_SLEEPING: Asleep, and thus unavailable.
LEVEL_FATAL:SUMMARY_INTERNAL:MODULE_NN_CAMERA:DESCRIPTION_CAMERA_FATAL_ERROR: There may be something physically wrong with the camera.

Description

Batch-configures settings for a camera with context specified. Use when configuring resolution with an enumerated type.

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

Revision History

2010/07/17
Initial version.

Revision History

2010/07/17
Initial version.

CONFIDENTIAL