mw::qrd::ImageInfo
Structurestruct ImageInfo { u16 width; u16 height; u32* yuv422Data; Rect qrPosition; } ImageInfo;
Structure that stores the image information contained in the QR Code to be decoded.
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. |
CONFIDENTIAL