Skip to content

Commit

Permalink
Enable Micro QR code detection in android app
Browse files Browse the repository at this point in the history
Summary: see title

Reviewed By: enpe

Differential Revision:
D63850327

Privacy Context Container: L1191897

fbshipit-source-id: 0dcdd180291c0064ee1d7cde420a3d441f4895b1
  • Loading branch information
thorntondr authored and facebook-github-bot committed Oct 4, 2024
1 parent 400f782 commit a02bfd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ void GLMainView::initializeQRCode(const std::string& inputMedium, const std::str

commandLines.push_back(String::toWString(inputMedium));
commandLines.push_back(String::toWString(resolution));
commandLines.push_back(String::toWString("--micro"));

detector2DWrapper_ = Detector2DWrapper(commandLines);

Expand Down

0 comments on commit a02bfd6

Please sign in to comment.