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

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

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -