Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T13:25:29.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T06:06:15.110Z (2 months ago)
- Topics: camera-pwa, pwa, pwa-apps, pwa-example
- Language: JavaScript
- Homepage: https://pwcamera.adrianjost.dev
- Size: 74.2 KB
- Stars: 4
- Watchers: 3
- 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/40630b40-e105-4d42-b3bd-8896ff6dddc3/deploy-status)](https://app.netlify.com/sites/priceless-agnesi-106338/deploys)
![Dependencies: 0](https://img.shields.io/badge/dependencies-0-brightgreen)
[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](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.