react-native-camera/ios/RN
Manish Kumar fa61fce613
feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851)
* Add required plumbing for supporiting inverted colors

* Update package.json

* Update package.json

* Update RNCamera.js

* Update package.json

* Update RNCameraManager.m

* Read barcode detection mode

* Update package.json

* Declare invertImageData as a property

* Access the property correctly

* Refer to the property correctly

* Update RNCamera.m

* Update RNCamera.md

* Set default scan mode to Alternate

* Update package.json

* Set the default barcode detection mode to normal

* Update package.json

* Make the property type consistent

* Update RNCamera.h

* Update package.json

* Rename variables for readability

* Update package.json

* Add barcode mode usage

* Revert version update

Co-authored-by: Manish Kumar <mkumar@acvauctions.com>
2020-06-04 12:17:51 -03:00
..
BarcodeDetectorManagerMlkit.h feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
BarcodeDetectorManagerMlkit.m feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
FaceDetectorManagerMlkit.h feat(ios): migrate face detection to mlkit (#2193) 2019-04-11 09:10:19 -03:00
FaceDetectorManagerMlkit.m feat(ios): migrate face detection to mlkit (#2193) 2019-04-11 09:10:19 -03:00
RNCamera.h feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
RNCamera.m feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
RNCameraManager.h feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
RNCameraManager.m feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
RNCameraUtils.h feat(ios): Add cameraId feature to iOS and various bug fixes (#2510) 2019-10-08 12:24:21 -03:00
RNCameraUtils.m fix(ios): camera is not detecting any faces (#2611) 2019-11-29 11:02:25 -03:00
RNFaceDetectorModuleMLKit.h feat(ios): migrate face detection to mlkit (#2193) 2019-04-11 09:10:19 -03:00
RNFaceDetectorModuleMLKit.m fix(mlkit): implement proper RNFaceDetectorModuleMLKit if FirebaseMLVision is una… (#2599) 2019-11-20 07:09:34 -03:00
RNFileSystem.h Fix build problem, save image on cache directory and return uri on response. 2018-01-23 10:38:13 -02:00
RNFileSystem.m Fix build problem, save image on cache directory and return uri on response. 2018-01-23 10:38:13 -02:00
RNImageUtils.h feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
RNImageUtils.m feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) 2020-06-04 12:17:51 -03:00
RNSensorOrientationChecker.h Feature/orientation by accelerometer (#1786) 2018-09-13 12:57:18 -03:00
RNSensorOrientationChecker.m feat(Ios): handle audio interruptions (#2565) 2019-11-04 18:39:37 -03:00
TextDetectorManager.h feat(ios): migrate face detection to mlkit (#2193) 2019-04-11 09:10:19 -03:00
TextDetectorManager.m feat(mlkit): add mlkit barcode detection ios (#2209) 2019-04-16 15:33:46 -03:00