faithoflifedev / easy_onvif_workspace

This package works with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.
33 stars 21 forks source link

new specifications support--thermal interface #50

Closed Virczz closed 11 months ago

Virczz commented 11 months ago

Hi,@faithoflifedev. I am debugging a thermal camera and need to connect my camera via onvif, will you provide thermal camera interface support soon? Grateful thanks! the thermal link

faithoflifedev commented 11 months ago

Hi @Virczz,

I took a look at the thermal spec and it doesn't look like it would be too difficult to implement. My problem is that I don't have a device available to test any new code against. I've learned that the spec and actual device implementations can be very different.

Virczz commented 11 months ago

Thank you for your response. Yes, although we plan to implement standard interfaces, not having a device is indeed a big hassle. I'll implement it myself and when it's ready for release I'll submit it here.