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: 3 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T06:35:37.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T08:45:49.422Z (5 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 camerainside raspberry do
sudo apt-get install fswebcam1. npm install
2. npm install qTo 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/cameraThis will return the image from camera
Cheers !