Luiz Carlos

Results 54 comments of Luiz Carlos

@rodgomesc sure, here is a full logcat: ``` ---------------------------- PROCESS STARTED (2164) for package com.facedetector.example ---------------------------- 2164-2169 zygote Do partial code cache collection, code=30KB, data=25KB 2164-2169 zygote After code cache...

yes, worklets-core and vision-camera works fine with Reanimated on default context. On a created context it crash. This crash happens on Android and IOS only on production/compiled app (in dev...

I'm trying to reproduce this issue on tests without success. Maybe this issue only happens with vision-camera installed. I'll keep testing here.

I think my test is very close to what VC's `runAsync` looks like: ``` call_async_to_js_from_worklet_thread_context: () => { const sharedValue = Worklets.createSharedValue( null ) const context = Worklets.createContext( "test" )...

> however it did not resolve the issue where iOS VC stops running frame processor after several frames. @nmajumder12 on my face-detector package I solved this problem casting frame to...

I think I found a workaround on this issue (in my case this worked. I'm using react): ``` // Editor.tsx import { Editor as EditorType } from 'tinymce' export type...

can you add a screenshot or a video showing what you mean with "detections appear erratic"?

Okay, can you please check if `frame.orientation` change when you rotate your device? Currently I’m using frame’s orientation to determine MLKit orientation.

I'll do some tests and try to implement this feature ASAP. The problem is I'm busy with another project right now so I can't say when I'll have time to...