HTML Camera Webcam Viewer

Overview

An HTML web camera for your website or project. Written in HTML/PHP/JS and based on the latest RTC techniques. Will work in Android’s default web browser and soon all browsers will support it. It should work on any PC browser. Very lightweight framework, total size 186kb on disk. 
For camera access on any device, it will need to be accessed through HTTPS, unless used on a local connection.

Features

  • Web based camera access
  • Lightweight
  • Lightweight Latest WebRTC methods

Requirements

  • HTTPS to access the script (ex. https://yourWebsite.com/HTMLWebCamera)
  • PHP 5.4+

Instructions

Quickstart:

  • Upload contents of “upload” folder to a folder of your choosing
  • View Demo Camera (https://yourSite.com/YourHTMLCameraFolder)

Please refer to the user manual included in the Documentation folder of the zip for instructions on integration into another page.

Related