W/libc: Unable to set property "debug.sf.dequeuebuffer" to "1": connection failed; errno=13 #1734
mansourmoufid
started this conversation in
General
Replies: 2 comments
-
cc @ChathuragaShan (https://stackoverflow.com/questions/67145610/camera-2-preview-freezes-when-i-uses-yuv-420-888-image-reader-as-a-target-surfac) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the camera2 API.
When my library exports the symbol "dump_buffer", ACameraCaptureSession fails and onCaptureFailed is called with the reason CAPTURE_FAILURE_REASON_ERROR.
In logcat I see this:
I can reliably trigger this by adding or removing "dump_buffer":
The solution is to just remove or rename "dump_buffer".
Leaving this here in case anyone else stumbles on it. The cause is not obvious from the errors (I figured it out by total accident).
Beta Was this translation helpful? Give feedback.
All reactions