822 Commits

Author SHA1 Message Date
João Guilherme Fidelis
5e774f42b6
Merge pull request #1235 from TitanKing/patch-2
Incorrect placement of plugin.
2018-02-14 14:10:14 -02:00
João Guilherme Fidelis
5627d0144c
Merge pull request #1244 from jgfidelis/update-types
Update PictureOptions and RecordingOptions type
2018-02-14 13:14:45 -02:00
Jason Schoeman
224e025757
Update build.gradle
Updated dependencies to use: `compile "com.android.support:exifinterface:26.0.2"`
2018-02-14 17:05:50 +02:00
Joao Fidelis
e11485b390 Update PictureOptions and RecordingOptions type to have all current options. 2018-02-14 12:59:27 -02: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
João Guilherme Fidelis
4b8a4246dd
Merge pull request #1238 from jgfidelis/imports
fix(imports): delete some useless imports which may cause problems
2018-02-14 09:48:56 -02:00
Sibelius Seraphini
8ea53634c7
Merge pull request #1240 from michalpokojski/master
Update instructions for getting project without FaceDetector
2018-02-14 09:02:11 -02:00
Sibelius Seraphini
72702ea0dd
Merge pull request #1241 from alexandreraulin/master
Fix readme links
2018-02-14 09:01:14 -02:00
Alexandre Raulin
e387ca3386
Fix readme links 2018-02-14 11:49:08 +01:00
michalpokojski
307da987c7
Update instructions for getting project without FaceDetector
There were two problems with shell script written in instructions:
1. No checking if `FaceDetector` dir exists so removing something that doesn't exist would throw an error
2. there is co `RCTCamera` anymore so I renamed it to `RNCamera`
2018-02-14 11:39:02 +01:00
Malte Peters
04b8e27681 feat(android): Face Detection Improvements 2018-02-13 23:23:56 +01:00
Joao Fidelis
a5b9f7e717 fix(imports): delete some useless imports which may cause problems 2018-02-13 17:44:30 -02:00
Malte Peters
58f8e0fef9 feat(android): added opencv framework compile reference and minor improvements 2018-02-13 19:14:38 +01:00
Malte Peters
679a5d29bb feat(android): added and refactored lost files 2018-02-13 19:00:56 +01:00
Malte Peters
587f0ea690 chore: added lbpcascade-file 2018-02-13 17:45:33 +01:00
Malte Peters
32c5385bc3 feat(android): add code for face detection 2018-02-13 17:31:34 +01:00
Jason Schoeman
049b23440e
Incorrect placement of plugin.
I believe this is incorrectly used here. This will cause various issues, especially using it with Android Studio. This is also the reason you have to specify the QA compile error. The plugin `com.android.support:exifinterface:+` should at the very least be used but then not even, rather have it as part of the installation process to include the dependency build.gradle.
2018-02-13 12:06:12 +02:00
João Marins
077b0091ed
Merge pull request #1232 from react-native-community/feature/monthly-downloads
Add monthly downloads badge
2018-02-13 07:20:19 -02:00
João Marins
2dde01f516
Add monthly downloads badge 2018-02-12 20:22:41 -02:00
Sibelius Seraphini
5be1f0e727
add 1.0.0 changelog
fix #1228
2018-02-12 09:50:38 -02:00
Sibelius Seraphini
5862cdfac2
Merge pull request #1227 from TitanKing/patch-1
Update README.md
2018-02-12 09:49:04 -02:00
Jason Schoeman
ea94df18f9
Update README.md
There is an issue in the docs stating that the file `import org.reactnative.RNCameraPackage;` should be added, this is incorrect and should be 1import org.reactnative.camera.RNCameraPackage;`
2018-02-12 13:43:48 +02:00
Sibelius Seraphini
bcd1c2c751 1.0.0 v1.0.0 2018-02-12 08:00:32 -02:00
Sibelius Seraphini
94dddc7d02 fix(chore): release scripts 2018-02-12 08:00:15 -02:00
Sibelius Seraphini
42ac309040 feat(chore): add husky to enable commit lint 2018-02-12 07:59:32 -02:00
Sibelius Seraphini
720baa612b feat(chore): add release scripts 2018-02-12 07:58:08 -02:00
Sibelius Seraphini
58e89fc9f6 upgrade issue template to v1.0.0 2018-02-12 07:57:00 -02:00
Sibelius Seraphini
de95e1ce4c
Merge pull request #1225 from react-native-community/feat/docs1.0
feat(docs): add docs to v1.0.0
2018-02-12 07:55:08 -02:00
Sibelius Seraphini
9227d2368f feat(docs): add docs to v1.0.0 2018-02-12 07:51:54 -02:00
Malte Peters
917692c16e feat: added package and class structures for opencv face detection 2018-02-09 18:55:18 +01:00
Malte Peters
00d1a5f84b feat: Face Detection Orientation added 2018-02-09 13:46:21 +01:00
Malte Peters
7efbd50676 bugfix: fixed last commit 2018-02-08 15:34:32 +01:00
Malte Peters
8067d46ab9 feat: added orientation of face to callback 2018-02-08 15:33:23 +01:00
Malte Peters
fa913bd4cc feat: improved face detector and callback 2018-02-08 15:27:07 +01:00
Sibelius Seraphini
fcda64086f
Update ISSUE_TEMPLATE.md 2018-02-08 09:20:40 -02:00
hawkup
4982b84438 Update migration doc (#1223) 2018-02-08 09:43:03 +01:00
Sibelius Seraphini
8400797ee5
Merge pull request #1215 from Parassharmaa/master
fix example code
2018-02-06 10:24:10 -02:00
Paras Sharma
f9c555344e
Update RNCamera.md 2018-02-06 02:26:33 +05:30
Paras Sharma
cd3fcf5c31
Update RNCamera.md 2018-02-06 02:24:18 +05:30
Malte Peters
4019eb28d4 feat: delegate back and dispatch event once faces were detected 2018-02-04 15:25:04 +01:00
Malte Peters
199ce9daef bugfix: remove mistakenly added references 2018-02-04 14:45:06 +01:00
Malte Peters
55da3e4ec3 feat: added seperate files for face detection 2018-02-04 14:35:10 +01:00
Malte Peters
ae478436de feat: added faceDetection via openCV 2018-02-04 12:45:51 +01:00
Malte Peters
9f1d9bd1fe bugfix: remove references to FaceDetector so that the VideoDataOutput may be used by own code 2018-02-04 12:09:52 +01:00
Malte Peters
7dbf42e74a bugfix 2018-02-04 01:15:54 +01:00
Malte Peters
e10c545054 feat: added a dummy AVCaptureVideoDataOutputSampleBufferDelegate 2018-02-04 00:24:52 +01:00
João Guilherme Fidelis
160e1e5277
Merge pull request #1210 from jgfidelis/rncamera-migration
Rncamera migration
2018-02-03 10:51:51 -02:00