https://github.com/eifinger/python-v4l2-docker-rest
eifinger/python-v4l2-docker with a rest interface
https://github.com/eifinger/python-v4l2-docker-rest
docker docker-image flask rest rest-api usb-cameras
Last synced: 24 days ago
JSON representation
eifinger/python-v4l2-docker with a rest interface
- Host: GitHub
- URL: https://github.com/eifinger/python-v4l2-docker-rest
- Owner: eifinger
- License: mit
- Created: 2018-08-29T11:14:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T13:16:15.000Z (over 6 years ago)
- Last Synced: 2025-04-12T08:58:54.497Z (24 days ago)
- Topics: docker, docker-image, flask, rest, rest-api, usb-cameras
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-v4l2-docker-rest
[eifinger/python-v4l2-docker](https://github.com/eifinger/python-v4l2-docker) with a rest interface
## Usage
### x86
``sudo docker run --device=/dev/video0 -v :/capture -it --name eifinger/python-v4l2-docker-rest:latest``
### arm32v7
``sudo docker run --device=/dev/video0 -v :/capture -it --name eifinger/python-v4l2-docker-rest:arm32v7-latest``
### example
``sudo docker run -d --device=/dev/video0 -v /home/admin/python-v4l2-docker-rest/capture:/capture -p 9922:8080 --name python-v4l2-docker-rest eifinger/python-v4l2-docker-rest:latest``
``wget -O image.jpg http://192.168.0.2:9922/image``
## Links
- eifinger/python-v4l2-docker
- gebart/python-v4l2capture: