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

https://github.com/fabryprog/download-loop

Continuously Download from URL
https://github.com/fabryprog/download-loop

arm camera docker download loop security-cam security-camera

Last synced: about 2 months ago
JSON representation

Continuously Download from URL

Awesome Lists containing this project

README

        

# Example

## Grep cam images every 1 second

```
docker run -d --name download-loop -v /home/pi/cam:/opt/out -e EXT=jpg
-e USER=user -e PASSWD=password -e URL=http://192.168.1.169/tmpfs/auto.jpg
-e SLEEP=1 fabryprog/download-loop:arm
```