Android RPI3 camera hanging with image reader

Unable to find a way to take a single image from the camera.

When using the image reader and sending a capture request using TEMPLATE_STILL_CAPTURE, the application simply stops at that place and nothing else happens.

Tried with my code, the thought was there. But after trying with a doorbell textbook , the same thing happened. What I got is the last log message: "Session initialized". After pressing the button again in 15 minutes: "CAMERA_ERROR (3): waitUntilIdle: 777: Camera 0: Standby error in standby mode: connection timed out (-110)".

Has anyone encountered this problem? And is this a fix? Or you just have to wait for the next release of Android stuff.

PS: when viewing the camera to the surface, everything works correctly, so this should not be a problem with the camera

+4
source share

Source: https://habr.com/ru/post/1666135/


All Articles