UNPKG
ezdev-onvif
Version:
latest (0.5.3)
0.5.3
0.4.2
Client to ONVIF NVT devices Profile S: cameras
github.com/agsh/onvif
agsh/onvif
ezdev-onvif
/
lib
/
onvif.js
10 lines
(9 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@description
Common module for ONVIF library *
@author
Andrew D.Laptev <a.d.laptev
@gmail
.com> *
@licence
MIT */
module.exports = { Cam:
require
(
'./cam'
).Cam , Discovery:
require
(
'./discovery'
).Discovery };