Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Reanimated v3 support in RNVisionCamera v2 #1759
feat: Reanimated v3 support in RNVisionCamera v2 #1759
Changes from 47 commits
3d5dc03
87fa369
61d2be6
0f82985
d791ee3
a2e0e1d
efb91f8
a5f4711
b3cfca9
1f93ccc
b254017
7e93460
6681be2
f336643
79e7692
294301a
be7a5ef
d85e02a
df20ac2
fc5a63d
73055bb
91d2aa8
4b2ff25
6d043ef
673d73b
afdaa54
3a4140f
56a9716
e174560
a39dbd3
e659768
a71ff07
4b2f2be
d2341ce
d519c3e
c48f7a7
e569e68
32ad37b
f287052
8d805a0
f0404e7
bba0ee6
f124b54
db4ff0b
6b2cb36
e7b10d6
021417a
401ea32
366872b
a7a4af1
e323a61
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously, we would register plugins before calling
setFrameProcessor
since we already had_runtimeManager
initialized. After the changes, whenregisterPlugin
is called,workletRuntime_
is not set yet. We need to find a better way to synchronize this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can use the same approach as in V3 where I have one proxy object, then make the plugins lazy? Does this ever go out of sync? I think it should be fine
This file was deleted.