react-native-camera/docs
fabriziobertoglio1987 04e6f0674c
feat(android): expose an ability to change the frames per second (#2834)
* feat(android): expose an ability to change the frames per second

adding ability to change the video recording
frame per second using [MediaRecorder.setVideoFrameRate][1].

[1]: https://developer.android.com/reference/android/media/MediaRecorder#setVideoFrameRate(int)

* feat(android): adding getSupportedPreviewFpsRange

adding getSupportedPreviewFpsRange method to retrieve
supported android devices frame rates for recording.

* feat(android): updating docs

* feat(android): fix api docs type

* feat(android): adding typescript promise type

* feat(android): log message for Camera2

* feat(android): iOS error if method invoked

Triggering error if android only method getSupportedPreviewFpsRange is invoked on iOS.

* feat(android): expose an ability to change the frames per second

adding ability to change the video recording
frame per second using [MediaRecorder.setVideoFrameRate][1].

[1]: https://developer.android.com/reference/android/media/MediaRecorder#setVideoFrameRate(int)

* feat(android): adding getSupportedPreviewFpsRange

adding getSupportedPreviewFpsRange method to retrieve
supported android devices frame rates for recording.

* feat(android): updating docs

* feat(android): fix api docs type

* feat(android): adding typescript promise type

* feat(android): log message for Camera2

* feat(android): iOS error if method invoked

Triggering error if android only method getSupportedPreviewFpsRange is invoked on iOS.
2020-05-14 08:47:16 -03:00
..
AndroidXMigration.md break(androidX): upgrading to sdk 28 and androidx (#2068) (#2306) 2019-07-14 16:08:03 -03:00
API.md feat(android): expose an ability to change the frames per second (#2834) 2020-05-14 08:47:16 -03:00
Contributing.md feat(docs): Add docusaurus (#2293) 2019-06-02 16:20:35 -03:00
expo_usage.md feat(docs): Add docusaurus (#2293) 2019-06-02 16:20:35 -03:00
GradleUpgradeGuide.md feat(docs): Add docusaurus (#2293) 2019-06-02 16:20:35 -03:00
installation.md Add Cpp/WinRT camera module support for React Native Windows 2020-03-03 10:41:00 -08:00
migration.md feat(docs): Add docusaurus (#2293) 2019-06-02 16:20:35 -03:00
migrationV2.md feat(docs): Add docusaurus (#2293) 2019-06-02 16:20:35 -03:00
QA.md Fixed typo on line 91 2019-12-25 02:30:25 -03:00
react-navigation.md feat(docs): update react-navigation doc (#2574) 2019-11-11 11:28:41 -03:00
Recipes.md Semantic issue on line 50 2019-12-25 02:24:40 -03:00
RNCamera.md feat(touch): Feature/add on tap events (#2827) 2020-05-12 17:56:42 -03:00
tests.md feat(docs): Add docusaurus (#2293) 2019-06-02 16:20:35 -03:00
Tidelift.md doc(tidelift): add tidelift for enterprise 2019-10-18 23:07:24 -03:00