This Electron Video App is a simple desktop application that allows you to access your webcam, view the video feed, and capture snapshots.
-
Webcam Integration: Utilizes the webcam to provide a live video feed within the application.
-
Snapshot Capture: Allows users to capture snapshots from the webcam feed.
To run the Electron Video App locally, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/electron-video-app.git
- Navigate to the Project Directory:
cd electron-video-app
- Install Dependencies:
npm install
- Start the Application:
npm start
Once the application is running, you can:
- Access your webcam feed.
- Capture snapshots by clicking the "Capture Image" button.
- Electron
- HTML, CSS
- JavaScript
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.