--
You received this message because you are subscribed to the Google Groups "Android CameraX Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camerax-develop...@android.com.
To view this discussion on the web visit https://groups.google.com/a/android.com/d/msgid/camerax-developers/428bf3e6-186c-402a-bd58-a7c56f474fa0n%40android.com.
Thank you for trying and it seems this might be a device specific issue.
For now, it is suggested to call the API only on the problematic device. You can use something like Build.Model
and Build.Brand
to identify it. (See this example: https://android.googlesource.com/platform/frameworks/support/+/androidx-master-release/camera/camera-core/src/main/java/androidx/camera/core/internal/compat/quirk/ImageCaptureRotationOptionQuirk.java#49)
Could you also share the Build.Model
and Build.Brand
values from the device?
We can then add it to our workaround list, so you (and other developers) won't need to rely on the hidden API in future releases.
Thank you.
Hi Surbhi,
I saw your issue and it looks like it's similar to what I'm also facing but on a different device and with Quality set to HIGHEST.
Also, In my case the issue could be with image capture or video recording use case, I'm unable to know because this is happening on a customer's device.
So, I wanted to know if you are facing the same black screen issue with image capture and setting quality to 100 (which is the max value).
@Leo -
How is the fix working (VideoCapture.Builder.setSurfaceProcessingForceEnabled()) working exactly? Will it work for this issue as well ? - https://issuetracker.google.com/issues/359729269
Looking forward to your reply, I'm also stuck :(
Regards,
Astha