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

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

SQL Server - MyCTE query based on 24 hour period (next day) -

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