Luiz Carlos
Luiz Carlos
@gwendall I just released `1.7.0` version. Can you please check if it really fix this issue?
@dkoh555 The issue is reopened but I don't have time to work on this package right now. Anyway you're wellcome to open a PR anytime.
I added some commits that now seems to fix orientation issue. Can you guys test it before I release it as a new version?
fixed in c1cce1b
In some tests I made black screen is related to canvas translation: https://github.com/mrousavy/react-native-vision-camera/blob/b194ef17902d8702f584b8f0a5dee0f5c96fceb1/package/src/skia/useSkiaFrameProcessor.ts#L98-L99 If I use `canvas.translate(0, frame.width)` black screen is solved but preview is inverted (left is right and...
I'm using `19.2.2` without any issues. Anyway, please test it with new `1.8.3` version and see if issue still happens
Can you guys please check new `1.8.4` version? In my testings it worked like a charm
> the rear camera only detects a face for a split second and then immediately stops detecting This is happeing because of incorrect orientation beeing passed to face detector. First...
Using `cameraFacing` fixes the problem so I'm closing this issue now (I didn't noticed this prop was missing on reproducible code 😅🫠) . If the error still happening we can...
Try setting your blue box `x` position at `const faceX = face.bounds.x - face.bounds.width;`. Also, there's no need to use scale with skia as it uses frame size to work...