https://github.com/thinkski/frameserver
HTTP GET frames from /dev/video0 on your Raspberry Pi
https://github.com/thinkski/frameserver
golang raspberry-pi raspberry-pi-camera rpi v4l2
Last synced: 10 months ago
JSON representation
HTTP GET frames from /dev/video0 on your Raspberry Pi
- Host: GitHub
- URL: https://github.com/thinkski/frameserver
- Owner: thinkski
- License: bsd-3-clause
- Created: 2018-10-19T04:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T00:07:55.000Z (about 5 years ago)
- Last Synced: 2025-03-28T12:53:32.060Z (10 months ago)
- Topics: golang, raspberry-pi, raspberry-pi-camera, rpi, v4l2
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frameserver
`HTTP GET` frames from `/dev/video0` on your Raspberry Pi
## Quickstart
Cross-compile for Raspberry Pi:
GOARCH=arm GOOS=linux go build
Copy to Pi, then run:
./frameserver
View images via:
http://:8000/image.jpg