zxing And Aforge aztec Barcode Reading
up vote
0
down vote
favorite
private readonly IBarcodeReader barcodeReader;
barcodeReader = new BarcodeReader
AutoRotate = true,
Options = new DecodingOptions
TryHarder = true,
PossibleFormats = new List < BarcodeFormat
BarcodeFormat.AZTEC
;
currentBitmapForDecoding = new Bitmap(@ "F:Aztec-Code-Scandit.png");
Result result = barcodeReader.Decode(currentBitmapForDecoding);
it working when i read image from physical path.but when i assign current frame
of webcam to currentBitmapForDecoding it unabel to reade Aztec Barcode.pls anyone how help me to read aztec barcode from web cam.i also make frame size small but not work.
zxing aforge aztec-barcode
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
private readonly IBarcodeReader barcodeReader;
barcodeReader = new BarcodeReader
AutoRotate = true,
Options = new DecodingOptions
TryHarder = true,
PossibleFormats = new List < BarcodeFormat
BarcodeFormat.AZTEC
;
currentBitmapForDecoding = new Bitmap(@ "F:Aztec-Code-Scandit.png");
Result result = barcodeReader.Decode(currentBitmapForDecoding);
it working when i read image from physical path.but when i assign current frame
of webcam to currentBitmapForDecoding it unabel to reade Aztec Barcode.pls anyone how help me to read aztec barcode from web cam.i also make frame size small but not work.
zxing aforge aztec-barcode
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
private readonly IBarcodeReader barcodeReader;
barcodeReader = new BarcodeReader
AutoRotate = true,
Options = new DecodingOptions
TryHarder = true,
PossibleFormats = new List < BarcodeFormat
BarcodeFormat.AZTEC
;
currentBitmapForDecoding = new Bitmap(@ "F:Aztec-Code-Scandit.png");
Result result = barcodeReader.Decode(currentBitmapForDecoding);
it working when i read image from physical path.but when i assign current frame
of webcam to currentBitmapForDecoding it unabel to reade Aztec Barcode.pls anyone how help me to read aztec barcode from web cam.i also make frame size small but not work.
zxing aforge aztec-barcode
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
private readonly IBarcodeReader barcodeReader;
barcodeReader = new BarcodeReader
AutoRotate = true,
Options = new DecodingOptions
TryHarder = true,
PossibleFormats = new List < BarcodeFormat
BarcodeFormat.AZTEC
;
currentBitmapForDecoding = new Bitmap(@ "F:Aztec-Code-Scandit.png");
Result result = barcodeReader.Decode(currentBitmapForDecoding);
it working when i read image from physical path.but when i assign current frame
of webcam to currentBitmapForDecoding it unabel to reade Aztec Barcode.pls anyone how help me to read aztec barcode from web cam.i also make frame size small but not work.
zxing aforge aztec-barcode
zxing aforge aztec-barcode
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 17 hours ago
Mohammad
11.2k92958
11.2k92958
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 20 hours ago
Jay Singh Solanki
1
1
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Jay Singh Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jay Singh Solanki is a new contributor. Be nice, and check out our Code of Conduct.
Jay Singh Solanki is a new contributor. Be nice, and check out our Code of Conduct.
Jay Singh Solanki is a new contributor. Be nice, and check out our Code of Conduct.
Jay Singh Solanki is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53236429%2fzxing-and-aforge-aztec-barcode-reading%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password