Do I have to implement conditional features? #245
-
Hello guys and girls, As we are trying to implement ONVIF into our camera system, some difficulties have occurred. My question is, do we have to implement all the conditional features that our camera supports? The ONVIF software that we are trying to implement is in conflict with the control unit that our camera system has and we don’t want to give ONVIF all these rights. Another Question. So ONVIF want to control the camera e.g. resolution and fps. Is it possible to send an "update" from the camera to the ONVIF Client? Because if we change the resolution of our camera through the Web-Interface the stream in the ONVIF Client freezes. Is it possible to send a "refresh" command or something like that? Thank you all! :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The ONVIF specifications define what are mandatory and Conditional features clearly. The Eventing service can issue many different notifications from a device upon updates to profiles, users etc on. If a Client is subscribed and listening for these notifications from a device then it can re-request the video Stream via GetStreamUri. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help, @kieran242. |
Beta Was this translation helpful? Give feedback.
-
Please obey the definition in the Profile specifications: Each feature in this document has a requirement level for device and client that claim conformance to Profile T and contains a Function List that states the functions requirement level for device and client that implement that feature. The requirement levels for features are:
The requirement levels for functions are:
|
Beta Was this translation helpful? Give feedback.
Please obey the definition in the Profile specifications:
Each feature in this document has a requirement level for device and client that claim conformance to Profile T and contains a Function List that states the functions requirement level for device and client that implement that feature.
The requirement levels for features are:
The requirement levels for fu…