PAM Native Camera
Start here
Section titled “Start here”Every PAM Native product runs on PAM. Install the runtime, create the app, then add only the camera capability:
curl -fsSL https://github.com/push-in/pam/releases/latest/download/install.sh | shpam init my-app --template nativecd my-apppam composer require pushinbr/pam-native-camerapam doctor --fixThe package exposes device and format discovery, photo/video capture, focus, zoom, torch, orientation, frame-rate and frame-processor contracts. Camera is independent: applications do not install a feed or product bundle.
Use explicit permissions, test interruptions/background transitions, and run capture and thermal tests on every physical device class you support.