https://github.com/deepch/go-onvif
Go package for communicating with ONVIF network camera
https://github.com/deepch/go-onvif
Last synced: about 1 year ago
JSON representation
Go package for communicating with ONVIF network camera
- Host: GitHub
- URL: https://github.com/deepch/go-onvif
- Owner: deepch
- License: mit
- Created: 2017-07-08T22:47:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T02:27:48.000Z (about 8 years ago)
- Last Synced: 2024-06-20T03:54:06.560Z (about 2 years ago)
- Language: Go
- Size: 18.6 KB
- Stars: 13
- Watchers: 3
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-ONVIF
Go-ONVIF is a Go package for communicating with network camera which supports the [ONVIF](http://www.onvif.org/) specifications. ONVIF (Open Network Video Interface) is an open industry forum promoting and developing global standards for interfaces of IP-based physical security products such as network cameras. Recently, almost all network cameras support ONVIF specifications, especially network camera that made in China, which usually can bought with cheap price.
## Progress
This package is still in develoment following [guide](https://www.onvif.org/wp-content/uploads/2016/12/ONVIF_WG-APG-Application_Programmers_Guide-1.pdf) from ONVIF, with several [features](TODO.md) already available.
## License
Go-ONVIF is distributed using [MIT](http://choosealicense.com/licenses/mit/) license, which means you can use it however you want as long as you preserve copyright and license notices of this package.