-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐛 Black screen no some devices using Frame Processor #3362
Comments
Guten Tag, Hans here 🍻. Thanks for the detailed report! It looks like you're experiencing an issue with the frame processor displaying a black image on some devices. However, mrousavy will need more relevant logs to investigate this further, particularly runtime logs from adb logcat. You can gather those by running Feel free to update the issue once you have the logs!
|
@mrousavy updated the issue with relevant adb logs pointing to the exception |
@mrousavy According wcandillon fromSkia it's an issue related to devices who are using Vulkan and Angle for OpenGL support, including a lot of samsung devices. |
|
What's happening?
Using frame processor shows black image on emulator and some devices (can't reproduce the real devices, read it from android play store reviews).
With frameProcessor
Without frameProcessor
Note: The image is black when negative is false and white when negative is true, meaning the shader is applied correctly, but the image isn't displayed. Also relevant, the resulting image taken is correct and shows the real picture. It's just the live preview with frame processor that isn't working.
Reproduceable Code
set here:
to my component:
Camera Device
Device
android emulator with API 35 and "VirturalScene"
VisionCamera Version
4.6.3 with skia 1.7.0
Can you reproduce this issue in the VisionCamera Example app?
No, I cannot reproduce the issue in the Example app
Additional information
The text was updated successfully, but these errors were encountered: