Skip to content

artuncolak/local-cam

Repository files navigation

Local Cam

Local Cam is a webcam streaming software that streams your webcam via Local Area Network (LAN).

Made with Electron, React and Express.

Streaming

Local Cam captures 30 frames per second from your webcam and streams it to LAN via WebSocket server.

Download

Latest Release

Building and Running

Install Packages

npm install
# or
yarn

Running

npm start
# or
yarn start

Building

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.

About

Local Cam is a webcam streaming software that streams your webcam via Local Area Network (LAN).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published