What problem does it solve? Building Android camera features involves verbose Camera2 boilerplate, immutable API pitfalls, asynchronous recording lifecycles, and hardware diversity across phones, foldables, Wear OS, and XR devices. This Skill provides proven patterns and migration guides that prevent common failures like blocked capture pipelines, ignored audio settings, and coordinate mapping bugs. ## Core Features & Use Cases - Migration Guides: Step-by-step paths for moving legacy Camera1 and Camera2 codebases to CameraX with ProcessCameraProvider, PreviewView, and CameraXViewfinder. - Feature Blueprints: Phased implementation plans for manual controls (ISO, exposure, focus via Camera2Interop), RAW capture, low-light modes, and Media3 effects. - Specialized Hardware Guidance: Dedicated references for foldables, Wear OS remote viewfinders, XR passthrough, thermal management, and ML Kit spatial coordinate mapping. - Use Case: When a user asks to add tap-to-focus in a Jetpack Compose camera screen, the Skill supplies the CameraXViewfinder and SurfaceOrientedMeteringPointFactory pattern with correct rotation handling. ## Quick Start Ask the agent to help implement a CameraX photo capture flow in Jetpack Compose with tap-to-focus and front-camera mirroring.