mw::qrd::ImageInfo Structure

Syntax

struct ImageInfo
{
    u16 width;
    u16 height;
    u32* yuv422Data;
    Rect qrPosition;
} ImageInfo;

Description

Structure that stores the image information contained in the QR Code to be decoded.

Member Variables

width The image width.
height The image height.
yuv422Data The image data.
The bit order of the data is in the order of the YUV422 format output from the camera on the CTR platform.
qrPosition The position information of the QR Code. See Rect.
Decoding is performed only for the rectangular region specified in the image data.
If the values are all 0, then the decoding range will encompass all of the image data.

Revision History

2010/06/24
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL