https://github.com/a7ul/raspinodecamusb
A nodejs based program that takes photos via connected camera on raspberry pi
https://github.com/a7ul/raspinodecamusb
camera experiment nodejs raspberry-pi
Last synced: about 1 month ago
JSON representation
A nodejs based program that takes photos via connected camera on raspberry pi
- Host: GitHub
- URL: https://github.com/a7ul/raspinodecamusb
- Owner: a7ul
- Created: 2015-07-13T18:48:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T06:35:37.000Z (almost 11 years ago)
- Last Synced: 2025-08-18T11:44:02.129Z (10 months ago)
- Topics: camera, experiment, nodejs, raspberry-pi
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaspiNodeCamUSB
To use
Clone the repo into raspberry pi and connect a camera
inside raspberry do
sudo apt-get install fswebcam
1. npm install
2. npm install q
To Start app
node index.js
The app should run in port 3000 of raspberry
To to take a pic
Hit the URL
http://rapiIP:3000/camera
This will return the image from camera
Cheers !