| 
							
							
								 Marc Rousavy | ff892c2f4b | docs: Emphasize "video processing" | 2021-07-06 14:02:04 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 949c44a97f | docs: Fix confusing wording | 2021-07-06 14:00:48 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 0f6d0978f0 | docs: Update Frame Processor Technical docs | 2021-07-06 10:37:56 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 03cd0bb635 | docs: Add link to Frame Processors to README | 2021-07-06 10:26:41 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | fa5f5c0cab | feat: Implement Frame.close()(#229)* Implement `Frame.close()`
* close frame in dtor
* Update JImageProxyHostObject.cpp
* fix close
* Check if closed
* remove a few logs
* r
* fix `isValid` and `isReady`
* Add JImage
* Release JNI frame ref on destroy
* fix pod setup
* Fix isValid call
* Fix `close` not returning a function
* throw error if closed twice
* iOS: Schedule `console.error` call on JS thread
* Android: Log Frame Processor Error to JS
* fix syntax
* Check if valid `toString()`
* Update Frame.ts
* Remove `isReady`
* Fix JImage accessors
* remove `JImage` C++ sources
* Throw error if accessing props on closed Frame
* Delete `JImage.h` | 2021-07-06 10:08:44 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 7d3b352155 | perf: Avoid expensive CMSampleBuffer copy (#235) * Don't copy CMSampleBuffer
* Update CameraView+RecordVideo.swift
* Update Podfile.lock | 2021-07-06 09:25:11 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | cd7235c7a2 | chore: release 2.4.2-beta.7 | 2021-06-29 10:39:16 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | bfb1b67c2f | Update FrameProcessorRuntimeManager.cpp | 2021-06-29 10:38:35 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 5ab1a72e01 | chore: Fix C++ indents | 2021-06-29 10:38:13 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 45fad5ab19 | fix: Add more logs | 2021-06-29 10:36:39 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 359fd00c73 | fix: print stacktrace on error | 2021-06-29 10:34:48 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | fe745cc296 | chore: release 2.4.2-beta.6 | 2021-06-29 10:21:06 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | f1a5ee7ee1 | fix: Log errors in updateandconfigureSession | 2021-06-29 10:18:39 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | f07f4a8770 | fix: Correctly propagate Errors in configureSession() | 2021-06-29 10:16:38 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | f80e606c6d | fix: Report all errors to JS in configureSession | 2021-06-29 10:14:33 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | a591cea809 | chore: Also run CI on android-npm changes | 2021-06-29 09:22:05 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 1a78fc9550 | chore: release 2.4.2-beta.5 | 2021-06-29 09:07:14 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 9b645a886e | fix: Fix unset Frame Processor not being called | 2021-06-29 09:05:18 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 5275b1e49c | chore: release 2.4.2-beta.4 | 2021-06-28 20:59:22 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | d0764ada79 | Update Podfile.lock | 2021-06-28 20:51:12 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | f1a93664ae | perf: clean up delay code | 2021-06-28 20:50:35 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | da84a0fd42 | perf: Avoid error message copying | 2021-06-28 20:45:08 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 4bacee796a | feat: Print Frame Processor errors to Metro console | 2021-06-28 20:44:50 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 0bbb03df90 | Update Camera.tsx | 2021-06-28 20:41:50 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 2f95ecc67f | fix: Delay frame processor setting on Android by 300ms | 2021-06-28 20:39:16 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 4baf58429c | fix: Run setFrameProcessorafter interactions have completed | 2021-06-28 20:30:16 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 26d19d5152 | perf: Remove a few unnecessary log statements | 2021-06-28 18:30:42 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 0f0f1fbb07 | fix: React Native 0.65 compatibility (#230) * Update Hermes Header import for RN 0.65
* Update VisionCamera.podspec | 2021-06-28 18:27:03 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | d8644ffe81 | chore: release 2.4.2-beta.3 | 2021-06-28 18:20:44 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | b10b2c10fc | fix: Frame Processor not setting on first render | 2021-06-28 18:18:35 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 53338fac71 | Update package.json | 2021-06-28 17:31:53 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | cca9414e6b | chore: release 2.4.2-beta.2 | 2021-06-28 17:30:53 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 9dad027b41 | fix: Fix autolinking for android (#231) * Create `react-native.config.js`
* Update react-native.config.js
* Create dummy CameraPackage as proxy for CLI | 2021-06-28 17:27:24 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 08d04d1be1 | docs: Update documentation titles | 2021-06-28 15:56:49 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 7dddc0ae44 | Update README.md | 2021-06-28 13:54:16 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | d54358ac10 | fix: Remove patch-package | 2021-06-28 12:26:39 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | fb37917f3c | chore: release 2.4.2-beta.1 | 2021-06-28 10:31:42 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 6470340351 | update clean scripts | 2021-06-28 10:25:47 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | e13bef7d17 | fix: Host Object error | 2021-06-28 10:19:19 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 4a1fc1ddd8 | fix: patch-package install error | 2021-06-28 09:24:37 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 8451ba7584 | chore(deps): bump @docusaurus/preset-classic in /docs (#222) Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.0 to 2.0.0-beta.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.1/packages/docusaurus-preset-classic)
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-27 14:06:38 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 39952d4294 | chore(deps): bump @docusaurus/core in /docs (#220) Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.0 to 2.0.0-beta.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.1/packages/docusaurus)
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-27 13:56:54 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 6450209af8 | chore(deps-dev): bump @release-it/conventional-changelog (#207) Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 2.0.1 to 3.0.1.
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](https://github.com/release-it/conventional-changelog/compare/2.0.1...3.0.1)
---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-27 13:54:38 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 0ea633dddb | fix: Rename incorrect error type name parallel-video-processing-not-supported | 2021-06-27 13:47:35 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 088df9a902 | chore: release 2.4.2-beta.0 | 2021-06-27 13:35:45 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | ca5baef1a6 | chore: Rebuild .pbxproj | 2021-06-27 13:33:39 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 2160aef7bc | chore(deps-dev): bump @types/react from 17.0.9 to 17.0.11 (#203) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.9 to 17.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-27 13:32:41 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 87e6bb710e | feat: Frame Processors for Android (#196) * Create android gradle build setup
* Fix `prefab` config
* Add `pickFirst **/*.so` to example build.gradle
* fix REA path
* cache gradle builds
* Update validate-android.yml
* Create Native Proxy
* Copy REA header
* implement ctor
* Rename CameraViewModule -> FrameProcessorRuntimeManager
* init FrameProcessorRuntimeManager
* fix name
* Update FrameProcessorRuntimeManager.h
* format
* Create AndroidErrorHandler.h
* Initialize runtime and install JSI funcs
* Update FrameProcessorRuntimeManager.cpp
* Update CameraViewModule.kt
* Make CameraView hybrid C++ class to find view & set frame processor
* Update FrameProcessorRuntimeManager.cpp
* pass function by rvalue
* pass by const &&
* extract hermes and JSC REA
* pass `FOR_HERMES`
* correctly prepare JSC and Hermes
* Update CMakeLists.txt
* add missing hermes include
* clean up imports
* Create JImageProxy.h
* pass ImageProxy to JNI as `jobject`
* try use `JImageProxy` C++ wrapper type
* Use `local_ref<JImageProxy>`
* Create `JImageProxyHostObject` for JSI interop
* debug call to frame processor
* Unset frame processor
* Fix CameraView native part not being registered
* close image
* use `jobject` instead of `JImageProxy` for now :(
* fix hermes build error
* Set enable FP callback
* fix JNI call
* Update CameraView.cpp
* Get Format
* Create plugin abstract
* Make `FrameProcessorPlugin` a hybrid object
* Register plugin CXX
* Call `registerPlugin`
* Catch
* remove JSI
* Create sample QR code plugin
* register plugins
* Fix missing JNI binding
* Add `mHybridData`
* prefix name with two underscores (`__`)
* Update CameraPage.tsx
* wrap `ImageProxy` in host object
* Use `jobject` for HO box
* Update JImageProxy.h
* reinterpret jobject
* Try using `JImageProxy` instead of `jobject`
* Update JImageProxy.h
* get bytes per row and plane count
* Update CameraView.cpp
* Return base
* add some docs and JNI JSI conversion
* indent
* Convert JSI value to JNI jobject
* using namespace facebook
* Try using class
* Use plain old Object[]
* Try convert JNI -> JSI
* fix decl
* fix bool init
* Correctly link folly
* Update CMakeLists.txt
* Convert Map to Object
* Use folly for Map and Array
* Return `alias_ref<jobject>` instead of raw `jobject`
* fix JNI <-> JSI conversion
* Update JSIJNIConversion.cpp
* Log parameters
* fix params index offset
* add more test cases
* Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx
* fix types
* Rename to example plugin
* remove support for hashmap
* Try use HashMap iterable fbjni binding
* try using JReadableArray/JReadableMap
* Fix list return values
* Update JSIJNIConversion.cpp
* Update JSIJNIConversion.cpp
* (iOS) Rename ObjC QR Code Plugin to Example Plugin
* Rename Swift plugin QR -> Example
* Update ExamplePluginSwift.swift
* Fix Map/Dictionary logging format
* Update ExampleFrameProcessorPlugin.m
* Reconfigure session if frame processor changed
* Handle use-cases via `maxUseCasesCount`
* Don't crash app on `configureSession` error
* Document "use-cases"
* Update DEVICES.mdx
* fix merge
* Make `const &`
* iOS: Automatically enable `video` if a `frameProcessor` is set
* Update CameraView.cpp
* fix docs
* Automatically fallback to snapshot capture if `supportsParallelVideoProcessing` is false.
* Fix lookup
* Update CameraView.kt
* Implement `frameProcessorFps`
* Finalize Frame Processor Plugin Hybrid
* Update CameraViewModule.kt
* Support `flash` on `takeSnapshot()`
* Update docs
* Add docs
* Update CameraPage.tsx
* Attribute NonNull
* remove unused imports
* Add Android docs for Frame Processors
* Make JNI HashMap <-> JSI Object conversion faster
directly access `toHashMap` instead of going through java
* add todo
* Always run `prepareJSC` and `prepareHermes`
* switch jsc and hermes
* Specify ndkVersion `21.4.7075529`
* Update gradle.properties
* Update gradle.properties
* Create .aar
* Correctly prepare android package
* Update package.json
* Update package.json
* remove `prefab` build feature
* split
* Add docs for registering the FP plugin
* Add step for dep
* Update CaptureButton.tsx
* Move to `reanimated-headers/`
* Exclude reanimated-headers from cpplint
* disable `build/include_order` rule
* cpplint fixes
* perf: Make `JSIJNIConversion` a `namespace` instead of `class`
* Ignore runtime/references for `convert` funcs
* Build Android .aar in CI
* Run android build script only on `prepack`
* Update package.json
* Update package.json
* Update build-android-npm-package.sh
* Move to `yarn build`
* Also install node_modules in example step
* Update validate-android.yml
* sort imports
* fix torch
* Run ImageAnalysis on `FrameProcessorThread`
* Update Errors.kt
* Add clean android script
* Upgrade reanimated to 2.3.0-alpha.1
* Revert "Upgrade reanimated to 2.3.0-alpha.1"
This reverts commit c1d3bed5e03728d0b5e335a359524ff4f56f5035.
* ⚠️ TEMP FIX: hotfix reanimated build.gradle
* Update CameraView+TakeSnapshot.kt
* ⚠️ TEMP FIX: Disable ktlint action for now
* Update clean.sh
* Set max heap size to 4g
* rebuild lockfiles
* Update Podfile.lock
* rename
* Build lib .aar before example/ | 2021-06-27 12:37:54 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | a2311c02ac | Update FRAME_PROCESSOR_CREATE_PLUGIN_IOS.mdx | 2021-06-24 12:12:43 +02:00 |  | 
			
				
					| 
							
							
								 Marc Rousavy | 2a00f2a098 | Update FRAME_PROCESSORS.mdx | 2021-06-24 12:07:15 +02:00 |  |