android - Get the bytes[] from a TotalCaptureResult -


i getting totalcaptureresults object camera, using camera2 api in android. using preview, not single image. there way bytes[] totalcaptureresults?

thank you.

short answer: no.

all captureresults objects contain metadata frame capture, no actual pixel information. associated pixel data sent wherever designated target surface in capturerequest.builder. need check whatever surface set up, such imagereader give access image output camera, give access bytes[].


Comments

Popular posts from this blog

asp.net mvc - Cannot display error message on Editor or EditorFor -

php - Using str_replace to translate a MySQL Table in html -

python - No exponential form of the z-axis in matplotlib-3D-plots -