use-go / onvif

full and enhanced onvif protocol stack in golang.
MIT License
384 stars 180 forks source link

How do I set the connection password for the discovered device #34

Closed itgamerskyHuang closed 1 year ago

itgamerskyHuang commented 1 year ago

After I searched for the device through onvif.GetAvailableDevicesAtSpecificEthernetInterface("eth0"), I cannot fill in the account and password for the returned device, which prevents me from operating the device through the CallMethod method. Is there any good method to solve this problem?

thanks