nn::camera::CTR::GetSuitableY2rStandardCoefficient Function

Syntax

nn::Result GetSuitableY2rStandardCoefficient(
     nn::y2r::CTR::StandardCoefficient * no
);

Parameters

Name Description
out no The type of the standard conversion coefficient applied when converting the YUV data obtained from the camera into RGB.

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

Gets the Y2R conversion coefficient applied to the data output by the camera.

The Y2R conversion coefficient may change in the future if the camera module built into the CTR system ever changes.

Use this function to set the conversion coefficient applied to data from the active system cameras.

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

Revision History

2010/07/17
Initial version.

CONFIDENTIAL