Format | Size | Hardware Level | Notes |
---|---|---|---|
JPEG | CameraCharacteristics.SensorInfoActiveArraySize | Any | |
JPEG | 1920x1080 (1080p) | Any | if 1080p <= activeArraySize |
JPEG | 1280x720 (720) | Any | if 720p <= activeArraySize |
JPEG | 640x480 (480p) | Any | if 480p <= activeArraySize |
JPEG | 320x240 (240p) | Any | if 240p <= activeArraySize |
YUV_420_888 | all output sizes available for JPEG | FULL | |
YUV_420_888 | all output sizes available for JPEG, up to the maximum video size | LIMITED | |
IMPLEMENTATION_DEFINED | same as YUV_420_888 | Any |
Documentation for this section has not yet been entered.
Format | Size | Hardware Level | Notes |
---|---|---|---|
JPEG | CameraCharacteristics.SensorInfoActiveArraySize | Any | |
JPEG | 1920x1080 (1080p) | Any | if 1080p <= activeArraySize |
JPEG | 1280x720 (720) | Any | if 720p <= activeArraySize |
JPEG | 640x480 (480p) | Any | if 480p <= activeArraySize |
JPEG | 320x240 (240p) | Any | if 240p <= activeArraySize |
YUV_420_888 | all output sizes available for JPEG | FULL | |
YUV_420_888 | all output sizes available for JPEG, up to the maximum video size | LIMITED | |
IMPLEMENTATION_DEFINED | same as YUV_420_888 | Any |
The available stream configurations that this camera device supports; also includes the minimum frame durations and the stall durations for each format/size combination.
All camera devices will support sensor maximum resolution (defined by CameraCharacteristics.SensorInfoActiveArraySize) for the JPEG format.
For a given use case, the actual maximum supported resolution may be lower than what is listed here, depending on the destination Surface for the image data. For example, for recording video, the video encoder chosen may have a maximum size limit (e.g. 1080p) smaller than what the camera (e.g. maximum resolution is 3264x2448) can provide.
Please reference the documentation for the image data destination to check if it limits the maximum size for image data.
The following table describes the minimum required output stream configurations based on the hardware level (CameraCharacteristics.InfoSupportedHardwareLevel):
Refer to CameraCharacteristics.RequestAvailableCapabilities for additional mandatory stream configurations on a per-capability basis.
This key is available on all devices.