lumeohq / onvif-rs

A native Rust ONVIF client library.
MIT License
114 stars 61 forks source link

Added Auth type to camera example #71

Open BessBrahmin opened 3 years ago

BessBrahmin commented 3 years ago

Hello. I had some trouble with the example. Turns out my problem was that my camera wanted UsernameToken auth type, otherwise it gave error 400. I added support for giving auth type to the example and also fixed some other smaller things I noticed in it.