onvif icon indicating copy to clipboard operation
onvif copied to clipboard

ONVIF node.js implementation

Results 62 onvif issues
Sort by recently updated
recently updated
newest added

TP-Link Tapo C220 (firmware 1.1.6) supports ONVIF pull-point subscriptions but unfortunately sets the socket read timeout on the pull endpoint to 10 seconds - i.e. every _pull messages_ request gets...

Hi Thank you for the great library, I was playing around with the relativeMove, I wanted to zoom out only. I was reading the docs that zoom can be between...

The new TAPO cameras C5X0 has an issue with events Connection is working but I see something this in the log ``` Raw request: *******=2023-09-23T09:53:40.525Zhttp://192.168.0.112:1025/event-1025_1025 Raw response: http://192.168.0.112:1025/event-1025_1025http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/UnsubscribeResponse ``` Why...

Requesting option to add custom position in `createOSD` method. This is already implemented in `setOSD` ``` /** * CreateOSD * ONVIF can handle custom positons, date/time, text, font sizes, transparency,...

In reference to: https://agsh.github.io/onvif/Cam_.html#~NetworkInterfaceSetConfiguration Based on the library's code: - `enabled` key is always required. - `enabled`, `manual`, `DHCP` are always required while setting `IPv4` As per onvif, these are...

Hello, I am using AXIS Communications cameras, I've checked ONVIF compliance on their website and all of the cameras I'm using are supported. My specific camera is M3206-LVE. I am...

Hi, I am using the `Discovery.on('device)` to find ONVIF devices on my local network, and there are few things that I don't understand: 1. The callback do not return only...

Discovery has been unable to search, how to debug it

The following cameras return errors when I try to send SOAP requests with the new header: - Illustra Flex2 - Illustra Pro4 I received "_The [action] cannot be processed at...

we are using Dahua NVR and we stream live cameras through it. As Dahua stores the recordings in somewhere we want to access the past recordings (of specific time). The...