import "github.com/webermarci/hikrec"
device := hikrec.NewDevice("192.168.1.10", "admin", "12345")
channel, err := device.PullRecognitions()
if err != nil {
panic(err)
}
for recognition := range channel {
...
}
-
Notifications
You must be signed in to change notification settings - Fork 0
License
webermarci/hikrec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.