image_encoding
image_encoding
#
The still-photo image-encoding enum.
ImageEncoding
#
Bases: Enum
How a captured photo is encoded on disk, shared by every photo node.
HEIC— the processed photo (default). Carries the camera's full processing, including the HDR gain map on capable devices.RAW— the sensor mosaic as DNG (Apple ProRAW where supported), for pipelines that do their own development. Falls back loudly, never silently, when the device can't deliver RAW.
The ARKit scene capture's keyframes have no encoding knob — they come off the tracked video feed (no RAW, no HDR container) and are always sRGB JPEG, the reconstruction-native format.