GetTrimmingParams

nn::camera::CTR::GetTrimmingParams Function

Syntax

void GetTrimmingParams(
     s16 * pXStart,
     s16 * pYStart,
     s16 * pXEnd,
     s16 * pYEnd,
     Port port
);

Parameters

Name Description
out pXStart Starting position for trimming (x-coordinate)
out pYStart Starting position for trimming (y-coordinate)
out pXEnd Ending position for trimming (x-coordinate)
out pYEnd Ending position for trimming (y-coordinate)
in port Specifies the port for which to get settings.

Return Values

None.

Description

Gets the positions to which to trim.

Gets the trimming position value specified by the nn::camera::CTR::SetTrimmingParams or nn::camera::CTR::SetTrimmingParamsCenter functions. Gets the initial value if these functions have not yet been called.

Revision History

2010/09/24
Added description of the value obtained.
2010/01/07
Initial version.

CONFIDENTIAL