158 Commits

Author SHA1 Message Date
Simon Ermler
6939734ba3 add bounds to barcodeReadEvent 2018-03-26 23:15:59 +02:00
Albert Martin
9ef5b29ad5 fix(ios): add video output early to avoid underexposed beginning 2018-03-24 19:16:16 -05:00
Malte Peters
8c69601789 fix: issue #1246 - torch will be disabled when starting the record 2018-03-23 20:49:45 +01:00
Bruno Lemos
6548ab3227
Merge branch 'master' into fix/face-feature-optional 2018-03-13 14:38:03 -03:00
Joao Fidelis
4496c32171 fix(ios-project): fix path to parent's ios project 2018-03-13 11:37:56 -03:00
Bruno Lemos
5a408b70b7
[iOS] Make GoogleMobileVision framework optional 2018-03-12 18:14:40 -03:00
Laurin Quast
c0d5aabf0b feat(rn-camera): add codec option for ios 2018-03-12 21:30:15 +01:00
João Guilherme Fidelis
9dbfdff53d
Merge pull request #946 from zaubara/master
Various iOS Focus Updates
2018-03-10 12:53:42 -03:00
Michaël Villeneuve
c331964c24
Merge pull request #1283 from Snapp-FidMe/width_control_and_rotation_fix
Width control and rotation fix
2018-02-27 15:07:33 +01:00
Sibelius Seraphini
84a3683618
Merge pull request #1291 from MatthieuLemoine/fix-path-ios
Fix recursive header expansion falied
2018-02-26 10:31:33 -03:00
Michaël Villeneuve
69efb06d42
Merge branch 'master' into width_control_and_rotation_fix 2018-02-26 14:13:22 +01:00
MatthieuLemoine
31143ca295 Fix recursive header expansion falied 2018-02-26 10:55:14 +01:00
Michaël Villeneuve
0c0acd227c Fixed wrong method signature 2018-02-26 09:15:12 +01:00
Michaël Villeneuve
c20fb94150 Add ability to force up orientation on iOS 2018-02-26 09:15:02 +01:00
Michaël Villeneuve
8b26827730 Removed conflicts 2018-02-23 16:22:04 +01:00
Michaël Villeneuve
cc4520d72f Update documentation with new width property 2018-02-23 16:20:17 +01:00
Michaël Villeneuve
27ea6b04c2 Add width property on iOS. Allows to specify an image width on capture 2018-02-23 16:18:53 +01:00
Joao Fidelis
3b3c38dd7d chore(face-detector): make face detection stoppage smoother 2018-02-19 10:32:51 -03:00
Martin Puza
1351170d73 Merge remote-tracking branch 'upstream/master' 2018-02-14 18:52:30 +01:00
João Guilherme Fidelis
463d78856d
Merge pull request #1243 from jgfidelis/fix/focus-warning
fix(focusWarning): fix focus depth warning being shown for ios.
2018-02-14 12:12:33 -02:00
Joao Fidelis
79698b815b fix(focusWarning): fix focus depth warning being shown for ios. 2018-02-14 11:39:14 -02:00
João Guilherme Fidelis
b2c06e64bf
Merge pull request #1242 from jgfidelis/mirrorOption
feat(mirror): add option to give "mirrorImage" flag to takePicture.
2018-02-14 10:57:32 -02:00
Joao Fidelis
0b6f0abda0 feat(mirror): add option to give "mirrorImage" flag to takePicture. 2018-02-14 10:48:21 -02:00
Joao Fidelis
a5b9f7e717 fix(imports): delete some useless imports which may cause problems 2018-02-13 17:44:30 -02:00
Joao Fidelis
4146865bb6 Change project from RCTCamera to RNCamera 2018-02-02 17:34:16 -02:00
Sibelius Seraphini
6d327d2262
Merge pull request #1208 from helloagain-dev/fix-code-128
Use AVMetadataObjectTypeCode128Code for code128 barcodeType
2018-02-02 14:22:00 -02:00
Michael Schoendorfer
e652db9c39 Use AVMetadataObjectTypeCode128Code for code128 barcodeType 2018-02-02 16:51:15 +01:00
Sebastian Germesin
d800d9c9cb
Fix issue #461 2018-02-01 09:04:32 +01:00
Joao Fidelis
169c489d88 Make look for frameworks in ios folder (recursively) for projects that put frameworks inside the ios folder and not in a Framework folder. 2018-01-31 18:17:57 -02:00
Joao Fidelis
c2f21a6ed9 Add captureAudio flag for RNCamera as a prop 2018-01-31 16:36:38 -02:00
Joao Fidelis
177cf00775 Make RNCamera check for permissions.
Migrate permission check to different file to be shared by RNCamera and RCTCamera
2018-01-30 16:17:32 -02:00
Joao Fidelis
25534e35ab Make FaceDetection optional in iOS 2018-01-26 19:12:01 -02:00
Joao Fidelis
a09436e9ab Implement get view from reactTag on Android and iOS.
Do not save app context on CameraModule
2018-01-24 19:32:24 -02:00
Joao Fidelis
151e58e234 Get rid of cocoapods dependency 2018-01-23 15:40:50 -02:00
João Guilherme Fidelis
c6907b9e88
Merge pull request #1147 from jgfidelis/save-img-cache-ios
Fix build problem and save image on cache directory
2018-01-23 11:24:08 -02:00
Joao Fidelis
c4c9561863 Make face detector work on iOS 2018-01-23 11:02:12 -02:00
Joao Fidelis
9998c0f98a Fix build problem, save image on cache directory and return uri on response. 2018-01-23 10:38:13 -02:00
Nicolas Morin
310933edec
Merge pull request #1138 from tirrorex/master
Fix imageSize parameter for saveImage method (ios)
2018-01-23 10:01:31 +01:00
Joao Fidelis
852cfa963e Fix headers and look for RNCamera inside viewRegistry in all methods of RNCameraManager on ios. 2018-01-22 16:35:47 -02:00
Joao Fidelis
8ebeb530c5 FaceDetector implementation integrated 2018-01-22 15:55:37 -02:00
tirrorex
759a5278d3 fixing imageSize parameter for saveImage method (ios) 2018-01-22 15:40:36 +01:00
Peter Chermanowicz
3622e22286 setZoom method added 2018-01-22 10:07:27 +00:00
Sibelius Seraphini
b364743e01 Merge branch 'ios-camera-implementation' of https://github.com/jgfidelis/react-native-camera into jgfidelis-ios-camera-implementation 2018-01-21 12:50:00 -02:00
Joao Fidelis
fe0c001cae Add Expo Camera implementation classes for future integration 2018-01-20 19:27:30 -02:00
Alex Merrifield
09f18f1c5a setup viewport size before using. 2018-01-19 17:20:03 -05:00
Nicolas Morin
2c3444ce29 Return picture size 2018-01-19 19:52:26 +01:00
Tyler Strand
a1186be6a2 fallback to high when resolution specified that camera doesn't support 2018-01-15 15:33:40 -05:00
Tyler Strand
6aa3cda762 wip 2018-01-15 10:14:12 -05:00
Oscar Franco
668b0e5076
Merge pull request #980 from apprennet/AVCaptureSessionError
serialize setCaptureQuality using sessionQueue
2018-01-12 20:28:03 +01:00
Marcus Andersson
e546ae852c fixed merge conflicts. 2018-01-08 21:12:39 +01:00