This is a minimal Electron application for testing your webcam.
It doesn't use flash, just:
HTML5
- It uses a<video>
and<canvas>
tags.navigator.getUserMedia()
API - Requesting local media to the user including Audio and Video.More javascript
- Just some code placed together with <3.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/jserodio/electrocam
# Go into the repository
cd electrocam
# Install dependencies and run the app
npm install && npm start