Marc Rousavy

Results 170 issues of Marc Rousavy

## What **BREAKING CHANGE**: Renames `VisionCameraProxyHolder` to `VisionCameraContext`. This is unfortunately a breaking change, but needs to happen because I'm gonna rewrite `VisionCameraProxy` to be a C++ TurboModule soon. Unfortunately...

Hi! While I really like the drawing style of the characters and want to use them to identificate users instead of profile pictures, I cannot do so. Unfortunately the render-time...

bug

Hi! I really like the library, looks very friendly! I'd like to implement a "Create your Avatar" screen, similar to the one Snapchat (BitMoji) has. The user can scroll through...

enhancement

Hey all! I'm trying to use Tensorflow Lite in an Android NDK/C++ environment. My `build.gradle` looks something like this: ```groovy ... android { ... buildFeatures { prefab true } }...

Uses the BlazeFace Model as an example for the resize plugin ![Screenshot 2024-01-24 at 15 19 06](https://github.com/mrousavy/vision-camera-resize-plugin/assets/15199031/80f99bde-9d5f-4f9b-83c9-e00ae9848901)

When using nested `runAsync` calls like so: ```ts const context = Worklets.defaultContext context.runAsync(() => { 'worklet' console.log('first!') Worklets.runOnJS(() => { 'worklet' console.log('second!') try { const worklet = () => {...

Calling an inlined worklet from an existing worklet breaks, presumably because of some mistake in the babel plugin. This code breaks: ```ts const context1 = Worklets.createContext('context1') const context2 = Worklets.createContext('context2')...