https://github.com/adrianjost/pwcamera
A simple camera PWA to show the capabilities of the web.
https://github.com/adrianjost/pwcamera
camera-pwa pwa pwa-apps pwa-example
Last synced: 6 months ago
JSON representation
A simple camera PWA to show the capabilities of the web.
- Host: GitHub
- URL: https://github.com/adrianjost/pwcamera
- Owner: adrianjost
- Created: 2020-12-05T13:10:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T13:25:29.000Z (over 3 years ago)
- Last Synced: 2025-03-28T03:43:39.934Z (7 months ago)
- Topics: camera-pwa, pwa, pwa-apps, pwa-example
- Language: JavaScript
- Homepage: https://pwcamera.adrianjost.dev
- Size: 74.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📸 PWCamera
A simple camera PWA to show the capabilities of the web.
I have also [written an article](https://medium.com/p/9bd7aeaf8550) about the techniques used here.
## 📖 Status
[](https://app.netlify.com/sites/priceless-agnesi-106338/deploys)

[](https://www.repostatus.org/#inactive)## ✨ Features
- Save all photos in a given directory using the File Access API
- switch between all available cameras
- full offline support with a cache first approach## 🚧 Limitations
- unfortunately it's currently impossible to set the cameras focus point because of browser-api limitations.
## 🤖 Deployment
To deploy a new version of this project, simply push a new commit to the main branch. But take care of updating the version in [./src/service-worker.js](./src/service-worker.js) because otherwise existing users wouldn't get the update because of the Cache first approach.