This repository includes a static Camera Intent web app under camera-intent-app/.
After you enable Pages (see below), the app is served at:
https://anushb1.github.io/camera-intent-app/
Use HTTPS so the phone browser allows the camera and motion APIs.
If the UI looks old, hard-refresh (mobile: open in a new tab or clear site data) — GitHub Pages and Safari cache aggressively.
- Push this repo to GitHub (you already have
originset). - On GitHub: Settings → Pages → Build and deployment
- Under Source, choose GitHub Actions (not “Deploy from a branch”).
- Push to
mainor run the workflow manually (Actions → Deploy to GitHub Pages → Run workflow).
The workflow file is .github/workflows/deploy-pages.yml.
cd camera-intent-app
python3 -m http.server 8765Open the Live site URL in Safari or Chrome. Allow camera (and motion if asked). Add the page to the home screen if you want a full-screen feel.