Android Camera2 RAW streaming
问题 I am very new to Android and trying to: Stream raw data from the camera (ImageFormat RAW_SENSOR) Process raw data Display processed results interactively It seems like raw data capture is only available in still capture mode. Is this correct ? If so would it be possible to perform repeated CaptureRequests for RAW images instead ? What kind of performance can be expected using a 13MP sensor ? Any reference code ? Many thanks in advance, Guillaume EDIT : Here is what I have done so far: Create