Skip to content

Display your webcam in a rounded view that you can move around the screen.

Notifications You must be signed in to change notification settings

astrit/rounded-cam

 
 

Repository files navigation

Description

Based on AlwaysOnTopCamCorder.

This is a simple electron app that always sits on top of other windows, that displays what the webcam sees, and you can move around the screen.

The "Always On Top" feature works even in full screen apps (like a powerpoint presentation). The webcam view is a bit rounded (more like a Loom style) and stylish with a border.

Install and run

npm install

npm start

Build

You can create a build (executable without npm). Just follow the basic instructions of Electron:

  1. Import Electron Forge to your app folder:
npx @electron-forge/cli import
  1. Create a distributable:
npm run make

Electron-forge creates the out folder where your package will be located.

About

Display your webcam in a rounded view that you can move around the screen.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.7%
  • CSS 16.8%
  • HTML 12.5%