Go Library for Foscam IP Cameras
- FI9800P
- FI8919W
Functionality | Required privilege | Info |
---|---|---|
ChangeMotionStatus | admin | enable/disable the camera motion status |
SnapPicture | visitor | get a snapshot from the camera |
GetMotionStatus | WIP |
$ cd go-foscam
$ cat << EOF > .envrc
export FOSCAM_URL=http(s)://<host>:<port>
export FOSCAM_USER=<user>
export FOSCAM_PASSWORD=<password>
EOF
$ make example/motion
- Add more functionalities
- Support more cameras