194: Added basic support for 2of5 barcodes; fixed integration-tests

This commit is contained in:
Christoph Oberhofer
2017-05-22 21:30:51 +02:00
parent f9a19e0a02
commit 06bcda3157
25 changed files with 328 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ function waitForVideo(video) {
function checkVideo() {
if (attempts > 0) {
if (video.videoWidth > 0 && video.videoHeight > 0) {
if (video.videoWidth > 10 && video.videoHeight > 10) {
if (ENV.development) {
console.log(video.videoWidth + "px x " + video.videoHeight + "px");
}