https://github.com/phylliade/foscam-bash
Bash implementation of the Foscam IP Cameras API
https://github.com/phylliade/foscam-bash
bash camera foscam ip-camera
Last synced: about 1 month ago
JSON representation
Bash implementation of the Foscam IP Cameras API
- Host: GitHub
- URL: https://github.com/phylliade/foscam-bash
- Owner: Phylliade
- License: gpl-3.0
- Created: 2016-04-12T14:37:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T21:56:17.000Z (about 10 years ago)
- Last Synced: 2025-05-14T19:48:30.274Z (about 1 year ago)
- Topics: bash, camera, foscam, ip-camera
- Language: Shell
- Size: 801 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foscam-Bash
Bash implementation of the Foscam IP Cameras API
# Usage
This library provides utilities to control your Foscam IP camera.
First, you have to `source foscam_api.sh`.
For example, to take and download an picture :
```
take_picture my.camera.org:88
```
## Configuration
To customize the behavior of the library you should define some environment variables.
If not provided, they will default to :
```
# Path to save the pictures
PICTURE_PATH=./
# Path to the log-file
LOG_FILE=foscam_api.log
# Time to sleep while the camera is moving
TRAVEL_DURATION=10
```