Fixed
Status Update
Comments
zh...@google.com <zh...@google.com> #2
Hi,
Thank you for your feedback. Could you help provide logs when the issue occurs and if possible a code snippet of the part that uses CameraX, it will help us find the root cause.
A quick question: does this issue occur on other devices, or only on Samsung Galaxy M55.
yb...@google.com <yb...@google.com> #3
Hey,
attaching the logs.
The issue is only reproducible of M55. We have not met this on any other.
attaching the logs.
The issue is only reproducible of M55. We have not met this on any other.
ap...@google.com <ap...@google.com> #4
Thank you,
CameraX uses OpenGL for sharing stream between Preview
and VideoCapture
to provide use case combinations beyond device's native capabilities. When using Preview + ImageAnalysis or Preview + VideoCapture, the device capabilities are usually not exceeded, so stream sharing is not used. So this could be a device specified issue related to OpenGL.
We will attempt to acquire the reported device model for testing.
zh...@google.com <zh...@google.com> #5
Thanks for the update,
Yes I'm aware that stream sharing is not a hardware supported feature.
Please let me know if we could assist in any way to solve the issue.
Yes I'm aware that stream sharing is not a hardware supported feature.
Please let me know if we could assist in any way to solve the issue.
pr...@google.com <pr...@google.com> #6
Hey guys,
Is there any update on this? Were you able to find the phone? Could we assist here somehow?
Is there any update on this? Were you able to find the phone? Could we assist here somehow?
Description
DataStore Version used: 1.1.1
It is not possible to create instance of `ReplaceFileCorruptionHandler` from common code, because it does not have default constructor. It should probably have a constructor with `produceNewData` block as the actual implementations have.