Marc Rousavy
Marc Rousavy
Good feature request, can be done in the future. Nitro can provide an isolated runner to test both in a JS runtime
Yea I can upgrade it to V3, I think that'd be 5 hours of effort - I'd do it for $400 :)
@ealmiladi you're right. Here you go: https://github.com/mrousavy/vision-camera-image-labeler/commit/33de52dbc2391e215a1df04f8993791783070b60
V4 and V3 are almost identical, only an import has changed. I can upgrade to make it work on V4 if you want :)
Hey - I don't think anything in MMKV changed, so I'm closing this issue. If you find a fix, PRs are welcome.
hm yea this should work, can you still try to use increment and decrement ref count nevertheless? ignore the TS errors, it's just so users don't use this.
No the idea is to increment it when you're thread-hopping. This is the same that `runAsync` already does, so `incrementRefCount()` before `runAsync`, then `decrementRefCount()` at the end inside of `runAsync`....
On iOS, photo HDR is absolutely non-trivial - looks like you need to capture multiple and fuse the images together yourself, basically re-invent the HDR algorithm. No idea why they...
relevant: [Apple Docs: **Capturing a Bracketed Photo Sequence**](https://developer.apple.com/documentation/avfoundation/photo_capture/capturing_still_and_live_photos/capturing_a_bracketed_photo_sequence)
> With 3.x react-native-web alias is required to use the lib in a web build. How so? Can this be avoided? If yes I'd appreciate any help / PRs here,...