fileFormat
Overview
Shot image format.
The current setting can be acquired by camera.getOptions, and it can be changed by camera.setOptions.
Support value
Values that can be set differ depending on the shooting mode (captureMode).
Shooting mode | Support value |
---|---|
image | {“type”: “jpeg”, “width”: 5376, “height”: 2688} {“type”: “jpeg”, “width”: 2048, “height”: 1024} |
_video | {“type”: “mp4”, “width”: 1920, “height”: 1080} {“type”: “mp4”, “width”: 1280, “height”: 720} |
_liveStreaming | Not supported |