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[].