nn::camera::CTR::GetFrameBytes Function

Syntax

size_t GetFrameBytes(
     s16 width,
     s16 height
);

Parameters

Name Description
in width Specifies the horizontal width (in pixels). If trimming, specify (in pixels) the desired width of the trimmed image.
in height Specifies the vertical height (in pixels). If trimming, specify the desired height (in pixels) of the trimmed image.

Return Values

Returns the number of bytes in one frame.

Description

Gets the number of bytes in one frame.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL