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
- Host: GitHub
- URL: https://github.com/fabryprog/download-loop
- Owner: Fabryprog
- Created: 2018-02-25T21:45:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T16:20:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T08:57:12.602Z (4 months ago)
- Topics: arm, camera, docker, download, loop, security-cam, security-camera
- Language: Shell
- Homepage: https://hub.docker.com/r/fabryprog/download-loop/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```