Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiopvilar/camera
A simple desktop app that takes photos from webcam using node-webkit
https://github.com/sergiopvilar/camera
Last synced: about 1 month ago
JSON representation
A simple desktop app that takes photos from webcam using node-webkit
- Host: GitHub
- URL: https://github.com/sergiopvilar/camera
- Owner: sergiopvilar
- Created: 2014-04-22T03:27:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T03:04:14.000Z (over 10 years ago)
- Last Synced: 2024-04-17T03:50:44.025Z (9 months ago)
- Language: CSS
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
camera
======A simple desktop app that takes photos from webcam using node-webkit
## Running
You need to install [node.js](http://nodejs.org) and [node-webkit](https://github.com/rogerwang/node-webkit) in your computer.
### Mac OSX
sudo chmod +x run_mac.sh
./run_mac.shSee more about running node-webkit applications in the [node-webkit](https://github.com/rogerwang/node-webkit/wiki/How-to-run-apps) documentation.
## Compacting for distribuition
### Mac OSX
sudo chmod +x run_mac.sh
./build_mac.shThe file will be created at `build/macosx`.
See more about building node-webkit applications in the [node-webkit](https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps) documentation.