nn::camera::CTR::SetPackageParameterWithContext Functionnn::Result SetPackageParameterWithContext( const PackageParameterContext & param );
| Name | Description | |
|---|---|---|
| in | param | Parameter value to set. |
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. |
Batch-configures settings for a camera with context specified. Use when configuring resolution with an enumerated type.
Note: This function may block for an extended period if a camera is restarting.
CONFIDENTIAL