nn::camera::CTR::SetPackageParameterWithContext Function

Syntax

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

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

List of Overloaded Member Functions

SetPackageParameterWithContext(const PackageParameterContext &) Batch-configures settings for a camera with context specified. Use when configuring resolution with an enumerated type.
SetPackageParameterWithContext(const PackageParameterContextDetail &) Batch-configures settings for a camera with context specified. Use when configuring resolution by pixels.

Description of SetPackageParameterWithContext(const PackageParameterContext &)

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

Description of SetPackageParameterWithContext(const PackageParameterContextDetail &)

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


CONFIDENTIAL