Automatically trigger all connected cameras at scheduled intervals. When disabled, the background scheduler will skip camera fire cycles.
Server-controlled capture package mode. Legacy keeps the current HEIC/TIF/gravity flow; Depth Photo v1 adds metric depth, calibration, and metadata sidecars.
Server-controlled white balance sent to phones. Use continuous auto while tuning, then lock current or apply a fixed temperature/tint before capture.
Use Remote ID instead of timestamp for camera synchronization. Remote ID mode provides better tracking across distributed systems.
How many scans to process in parallel. Match your RealityKit API capacity. Recommended: 3-5 for the Mac RK Poses service.
RealityKit reconstruction detail level. "medium" gives the best speed/quality balance for preview models.
Scale source images before reconstruction. Lower = faster. 100 = full resolution (~2m42s), 50 = half (~37s), 75 = 3/4 (~1m08s).
Live processing queue statistics. Updates automatically.
Immediately mark all queued, pending, and processing captures as failed. Use this to stop a retry loop from orphaned scans.
These settings can also be updated via API for external system integration:
{
"enabled": true,
"useRemoteIdForCameras": false
}
{
"maxConcurrentJobs": 3,
"previewQuality": "medium",
"previewScale": 75
}
Changes made via API or UI take effect immediately without requiring application restart.