camera-capture-depth-workflowlisted
Install: claude install-skill gaelic-ghost/socket
# Camera Capture and Depth Workflow
## Purpose
Guide AVFoundation camera, photo, depth, and computational-capture work while keeping general session topology, media pipelines, sample timing, audio policy, Vision analysis, and ARKit spatial sensing with their owning workflows.
## When To Use
- Use for camera discovery, formats, controls, rotation, photo features, depth, calibration, synchronized outputs, mattes, pressure, and device-specific capture repair.
- Recommend `avfoundation-media-pipeline-workflow` when general capture-session, output queue, player, asset, reader, writer, export, or back-pressure ownership is primary.
- Recommend `vision-image-analysis-workflow` when capture is working and image interpretation is the actual task.
## Single-Path Workflow
1. Classify the request:
- device discovery or selection
- format, frame rate, MultiCam, or constituent device
- focus, exposure, white balance, zoom, torch, stabilization, or low light
- rotation, orientation, or mirroring
- processed, RAW, bracketed, Live Photo, responsive, or deferred photo capture
- depth, disparity, calibration, or synchronized output
- portrait-effects, semantic, spatial, or cinematic capture
- authorization, interruption, pressure, dropped data, or runtime repair
2. Apply the Apple docs gate:
- read current AVFoundation documentation for every requested feature and platform
- state the documented behavior relied on
- apply `../../shared/references/apple-cam