Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 782 Bytes

File metadata and controls

23 lines (17 loc) · 782 Bytes

electrocam

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 Use

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