Local Cam is a webcam streaming software that streams your webcam via Local Area Network (LAN).
Made with Electron, React and Express.
Local Cam captures 30 frames per second from your webcam and streams it to LAN via WebSocket server.
npm install
# or
yarn
npm start
# or
yarn start
npm run make
# or
yarn make
You can configure the building and making from package.json file. After the building process, files will be in the out
folder.