You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 8 Current »
Boot Mode Setting
This demo uses the ZXing Software for decoding. The Renesas DRP (Image Processing Hardware IP) increases the decoding and image processing of the ZXing.
Features:
By default the project is configured for QR Decode. To change the demo to support other barcodes do the following.
Step 1) Open file r_zxing.cpp.
Step 2) Modify the Macro definition
/****************************************************************************** Macro definitions ******************************************************************************/ //#define DECODE_HINTS (DecodeHints::ONED_HINT | DecodeHints::QR_CODE_HINT | DecodeHints::DATA_MATRIX_HINT | DecodeHints::AZTEC_HINT) #define DECODE_HINTS (DecodeHints::QR_CODE_HINT) <- Modifiy this code
Description
UPC E
UPC A
More "DecodeHints" are defined in DecodeHints.cpp.
Or go to ZXing Wiki Site: Page
Step 3)Â Do a full recompile of the project