https://github.com/mdmfernandes/go-foscam
Go Library for Foscam IP Cameras
https://github.com/mdmfernandes/go-foscam
foscam foscamlib go
Last synced: 3 months ago
JSON representation
Go Library for Foscam IP Cameras
- Host: GitHub
- URL: https://github.com/mdmfernandes/go-foscam
- Owner: mdmfernandes
- License: mit
- Created: 2024-02-24T19:53:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T19:26:06.000Z (6 months ago)
- Last Synced: 2025-01-26T05:24:38.553Z (4 months ago)
- Topics: foscam, foscamlib, go
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-foscam
[](https://github.com/mdmfernandes/go-foscam/actions/workflows/tests.yml)
[](https://codecov.io/gh/mdmfernandes/go-foscam)Go Library for Foscam IP Cameras
## Supported Cameras
- FI9800P
- FI8919W## Supported Functionalities
| Functionality | Required privilege | Info |
| ------------------ | ------------------ | --------------------------------------- |
| ChangeMotionStatus | admin | enable/disable the camera motion status |
| SnapPicture | visitor | get a snapshot from the camera |
| GetMotionStatus | | WIP |## Run the example
```bash
$ cd go-foscam$ cat << EOF > .envrc
export FOSCAM_URL=http(s)://:
export FOSCAM_USER=
export FOSCAM_PASSWORD=
EOF$ make example/motion
```## To Do
- [ ] Add more functionalities
- [ ] Support more cameras