react-native-vision-camera/example/ios
Marc Rousavy ad5e131f6a
feat: frameProcessorFps="auto" and automatic performance suggestions (throttle or increase FPS) (#393)
* Add `onFrameProcessorPerformanceSuggestionAvailable` and make `frameProcessorFps` support `auto`

* Implement performance suggestion and auto-adjusting

* Fix FPS setting, evaluate correctly

* Floor suggested FPS

* Remove `console.log` for frame drop warnings.

* Swift format

* Use `30` magic number

* only call if FPS is different

* Update CameraView.swift

* Implement Android 1/2

* Cleanup

* Update `frameProcessorFps` if available

* Optimize `FrameProcessorPerformanceDataCollector` initialization

* Cache call

* Set frameProcessorFps directly (Kotlin setter)

* Don't suggest if same value

* Call suggestion every second

* reset time on set

* Always store 15 last samples

* reset counter too

* Update FrameProcessorPerformanceDataCollector.swift

* Update CameraView+RecordVideo.swift

* Update CameraView.kt

* iOS: Redesign evaluation

* Update CameraView+RecordVideo.swift

* Android: Redesign evaluation

* Update CameraView.kt

* Update REA to latest alpha and install RNScreens

* Fix frameProcessorFps updating
2021-09-06 16:27:16 +02:00
..
Frame Processor Plugins feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
VisionCameraExample feat: Support rotation (#301) 2021-07-26 11:32:58 +02:00
VisionCameraExample.xcodeproj feat: Implement Frame.close() (#229) 2021-07-06 10:08:44 +02:00
VisionCameraExample.xcworkspace Bootstrap 2021-02-19 16:07:53 +01:00
.swift-version feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
File.swift Update File.swift 2021-02-19 17:10:35 +01:00
Gemfile Use Ruby Gemfile (bundle) to optimize pod install times 2021-03-11 19:08:51 +01:00
Gemfile.lock chore: Update bundle 2021-06-03 15:43:47 +02:00
Podfile feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
Podfile.lock feat: frameProcessorFps="auto" and automatic performance suggestions (throttle or increase FPS) (#393) 2021-09-06 16:27:16 +02:00
VisionCameraExample-Bridging-Header.h docs: Use Java in FPP "Overview" for simplicity (#266) 2021-07-08 16:05:51 +02:00