Skip to content

jserodio/electrocam

Repository files navigation

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

About

testing electron API with a simple camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published