henry-spanka / node-red-contrib-hikvision

Hikvision API for Node Red
MIT License
10 stars 1 forks source link

add onvif-events ? #13

Open ozett opened 4 years ago

ozett commented 4 years ago

very interesting, that onvif-connection also has this events maybe worth to integrate another feed-source?

for your interest maybe: https://github.com/agsh/onvif/issues/24

henry-spanka commented 4 years ago

ONVIF is a vendor-independent protocol. I don't think it makes sense to integrate this here. You should be able to use ONVIF with any ONVIF-enabled camera. You may want to raise an issue here https://github.com/razvanstanga/node-red-contrib-onvif

ozett commented 4 years ago

i thought of stripping down the onvif-implementation to the event-subscribe and "maybe" with small effort have another "channel" for events or maybe other event-types. in your already existing code.

but thanks for the link, i will check it

henry-spanka commented 4 years ago

We already expose all events that come from Hikvision cameras. I don't think you get more functionality from ONVIF.