Commit Graph

73 Commits

Author SHA1 Message Date
nea
01d38f19bd Reindent ViewController 2018-10-09 17:06:56 +07:00
nea
fbea9790f2 Resolved problem #449 2018-10-09 16:39:52 +07:00
nea
72daf52719 Resolved problem of scalling 2018-10-09 16:09:57 +07:00
nea
8ba84d0d9b Refactor name & add heuristic strategy to detect bar code by using darker grayscale image 2018-10-03 15:58:16 +07:00
nea
49746ea886 Add digital mode for luminance info 2018-10-02 22:05:13 +07:00
nea
548101b82f Remove log & format code 2018-09-30 22:11:20 +07:00
nea
52747d472e Correct rotation of scan view 2018-09-30 22:08:18 +07:00
nea
d6c4495b99 Initial barcode scanner swift 2018-09-30 21:40:31 +07:00
nea
57691ef8f3 Remove luminance layer 2018-09-29 17:55:46 +07:00
nea
ca6fe2ea55 Add comment for the code 2018-09-29 17:54:02 +07:00
nea
278988aff5 Convert CGPoint under portrait to correct scan rect of raw image 2018-09-29 17:47:01 +07:00
nea
cc6f0922df Remove redundancy functions & make autolayout for ViewController.xib 2018-09-29 13:24:28 +07:00
Ben John
d3df8112a8 Fixes #378
- avoid calling ZXCaptureDelegate multiple times in example
2018-09-27 15:51:05 +02:00
Ben John
020a3a37ab Upgraded example to current Xcode version 2018-09-27 15:47:58 +02:00
Ben John
2690eea9db Removed BarcodeScannerOSX example 2018-09-25 09:35:10 +02:00
Ben John
d824531dc2 Removed QrCodeTest example 2018-09-25 09:35:01 +02:00
Michael Kirk
fa2f046710 iOS10 require camera usage description (#309) 2016-09-18 21:48:42 +02:00
Schmid Patrick
2e37b45e1f Better resolution (1920x1080 or 1280x720) 2015-12-24 14:17:57 +01:00
Schmid Patrick
3b81cec173 [iOS example] Rotation added + location of barcode is displayed 2015-12-24 14:11:55 +01:00
Costa Walcott
dadf516e48 Remove capture layer when view is released 2015-03-26 17:22:29 -04:00
Costa Walcott
9138e3ddaa In BarcodeScanner, pause for 2 seconds after scanning
Better UI, and helps detect issues with ZXCapture start/stop.
2015-03-20 10:17:39 -04:00
Costa Walcott
655788a964 Project file upgrades for Xcode 6.2 2015-03-20 09:51:30 -04:00
Costa Walcott
00bb0b0ea4 LastUpgradeVersion set to 0600 2014-09-05 12:23:33 -04:00
Costa Walcott
57a5aae75b In example app, make sure ZXImage isn't immediately released
Fixes #146
2014-05-30 11:47:54 -04:00
Costa Walcott
977f36472c Add subspecs for different types of codes 2014-04-29 16:15:30 -04:00
Costa Walcott
425768d958 Updated deployment targets and README 2014-04-29 16:15:14 -04:00
Costa Walcott
c193e95dc4 Remove trailing whitespace from code 2014-04-29 16:13:15 -04:00
Costa Walcott
8edeab77bc Target BarcodeScanner for iPhone and iPad 2014-04-17 11:19:59 -04:00
Costa Walcott
5cd5e6173b Scale scanRect based on image capture size. Fixes #136 2014-04-17 11:18:20 -04:00
Costa Walcott
08b6b3fede Some cleanup of the example apps 2014-03-13 13:32:04 -04:00
Costa Walcott
4bffb40f26 A few style changes 2014-03-13 13:03:39 -04:00
Alexandre
405c0049ee Updated iOS example showing how to use the scanRect of ZXCapture. 2014-03-13 13:03:39 -04:00
Costa Walcott
1de3372514 Cleanup the QrCodeTest code a bit 2014-03-11 10:11:40 -04:00
Costa Walcott
61365cdb92 Fix example app schemes 2014-03-10 16:41:42 -04:00
Costa Walcott
1be6929849 Add ZXCapture configurations for focus, invert and preset 2014-03-10 16:03:27 -04:00
Costa Walcott
b2c94ddabf Basic mac example app 2014-03-07 13:23:35 -05:00
Emil Marashliev
da06d0a1b4 Fixed possible crashes when Modal ViewControler conforms to ZXCaptureDelegate. 2014-01-28 17:25:54 -05:00
Costa Walcott
894f0b8427 Separate unit and blackbox tests into different targets
By default both sets of tests will still run, but this makes it easier
to run just one set of tests.
2014-01-28 17:22:46 -05:00
Costa Walcott
1a574ddf7c Improve performance of BarcodeScanner
Initialize the scanner in viewDidLoad, and set/clear the delegate in the
appearance methods.
2013-11-17 18:45:45 -05:00
Costa Walcott
f04d2c5e33 Fix example apps 2013-11-17 18:09:50 -05:00
Costa Walcott
a387399925 Fix imports in example apps 2013-10-20 12:10:45 -04:00
Costa Walcott
a5e1adb7a3 Convert examples to workspaces
This should help prevent added/removed files from not being updated in
the example projects, as well as an additional test for the ZXingObjC
targets (the iOS library one at least).
2013-10-16 19:07:24 -04:00
Costa Walcott
32e04e99ed Update examples with latest PDF417 classes 2013-10-16 18:54:35 -04:00
Tom Whipple
fe68277baf fix project for scanner example 2013-10-16 18:48:08 -04:00
Tom Whipple
fedfc486c0 add missing file 2013-10-16 18:48:08 -04:00
Tom Whipple
26ef79c8f9 missed an old reference 2013-10-16 18:48:07 -04:00
Tom Whipple
97e78c6d93 update deployment target to iOS 6 for ARC support 2013-10-16 18:48:07 -04:00
Tom Whipple
7fa5471483 add back missing files 2013-10-16 18:42:42 -04:00
Costa Walcott
ba9b7957f9 Example cleanup 2013-09-26 23:12:46 -04:00
Costa Walcott
4a83efcd49 Convert examples to ARC, fix a few more warnings 2013-09-26 12:45:23 -04:00