Skip to content

Phylliade/Foscam-Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bash implementation of the Foscam IP Cameras API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages