MobileCameraTemplate
HTML5 Camera Interface Template for Computer Vision Projects
GraphCanon updated 3w · GitHub synced 3w
Decision brief
HTML5 Camera Interface Template for Computer Vision Projects
Good fit when
- For developing JavaScript-based mobile camera interfaces using WebRTC
- If project requires a secure HTTPS connection to deploy WebRTC features
Avoid when
- Avoid if requiring compatibility with browsers that have limited or no support for HTTP Secure serving
- Not suitable for environments where testing on localhost is insufficient and immediate mobile deployment is needed without HTTPS
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (2266d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install MobileCameraTemplate npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Provides a template using HTML5, JavaScript, CSS for creating a camera interface accessible via WebRTC.
Capability facts
- Languages
- javascript
Source: github.language · Aug 1, 2026
Categories
Tags
README
Requirements
-
WebRTC is only supported on secure connections. So you need to serve it from https. You can test and debug in Chrome from localhost though (this doesn't work in Safari).
-
A recent OS and browser. It should work on recent Phones and OS-es. If it isn't, please let me know (issue) (including a suggestion to fix it). Also add the debugging info in the console.
For agents
This page has a .md twin and JSON over the API.