An open API service indexing awesome lists of open source software.

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

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: