react-native-vision-camera/docs/docs/guides
Marc Rousavy 72a1fad78e
feat: Separate usecases (decouple microphone, video, photo) (#168)
* Add props

* add props (iOS)

* Add use-cases conditionally

* Update CameraView+RecordVideo.swift

* Update RecordingSession.swift

* reconfigure on change

* Throw correct errors

* Check for audio permission

* Move `#if` outward

* Throw appropriate errors

* Update CameraView+RecordVideo.swift

* fix Splashscreen

* Dynamic filePath

* Fix video extension

* add `avci` and `m4v` file types

* Fix RecordVideo errors

* Fix audio setup

* Enable `photo`, `video` and `audio`

* Check for `video={true}` in frameProcessor

* format

* Remove unused DispatchQueue

* Update docs

* Add `supportsPhotoAndVideoCapture`

* Fix view manager

* Fix error not being propagated

* Catch normal errors too

* Update DEVICES.mdx

* Update CAPTURING.mdx

* Update classdocs
2021-06-07 13:08:40 +02:00
..
ANIMATED.mdx docs: Add real world example to ANIMATED docs 2021-05-25 18:44:39 +02:00
CAPTURING.mdx feat: Separate usecases (decouple microphone, video, photo) (#168) 2021-06-07 13:08:40 +02:00
DEVICES.mdx feat: Separate usecases (decouple microphone, video, photo) (#168) 2021-06-07 13:08:40 +02:00
ERRORS.mdx feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
FORMATS.mdx Move Guides to docs/guides directory (#96) 2021-03-23 15:25:27 +01:00
FRAME_PROCESSOR_CREATE_FINAL.mdx feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
FRAME_PROCESSOR_CREATE_PLUGIN_ANDROID.mdx docs: Fix typo 2021-05-06 15:19:34 +02:00
FRAME_PROCESSOR_CREATE_PLUGIN_IOS.mdx feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
FRAME_PROCESSOR_PLUGIN_LIST.mdx docs: Fix broken link 2021-05-06 16:13:48 +02:00
FRAME_PROCESSORS_CREATE_OVERVIEW.mdx Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx 2021-05-11 11:11:49 +02:00
FRAME_PROCESSORS.mdx Update FRAME_PROCESSORS.mdx 2021-05-31 14:11:33 +02:00
SETUP.mdx chore: Bump reanimated requirements (#149) 2021-05-27 11:08:57 +02:00
TODO.md Move Guides to docs/guides directory (#96) 2021-03-23 15:25:27 +01:00
TROUBLESHOOTING.mdx fix: Move Audio Input initialization shortly before startRecording (#159) 2021-06-03 14:16:02 +02:00