Is it possible to enable a particular capability using ONVIF, or in the camera's own configuration?

Joined
Nov 18, 2021
Messages
3
Reaction score
1
Location
Spain
Hello,

I'm developing an Onvif API in NodeJS that will first delete existing recordings and then create a new recording to get the last recording in X amount of time.

I have checked the Onvif documentation, and it is necessary that the DynamicRecordings capability is set to "true" in the camera to be able to do this.

I have checked if the camera has this capability enabled and it is indeed disabled.

Is it possible to enable this capability somehow, via Onvif, in the camera's own configuration or similar, in order to be able to delete and create recordings programmatically? I have checked the web configuration of the camera, in the Onvif documentation itself, and I have not found anything about it.

The brand and model of the camera is HIKVISION DS-2CV1021G0-IDW1.

Thanks in advance,

Regards.
 
Top