onvif icon indicating copy to clipboard operation
onvif copied to clipboard

exports device params, fixes error in comments, adds gitignore file

Open isaric opened this issue 7 months ago • 0 comments

I noticed when using the discovery function it was not possible to get the DeviceParams struct from the Device. This meant that the base address of a discovered camera was not directly accessible.

This PR adds a getter method for DeviceParams and fixes a minor error in the comments.

It also adds a .gitignore file currently only populated for the IntelliJ series of IDEs.

isaric avatar Dec 03 '23 10:12 isaric