0

Is there a way to get current preset using Onvif programming (using c#)? I can set, remove, update and go to preset but I can't find a way to know if my PTZClient is positioned in a specific preset.

Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58

1 Answers1

0

There is no method for that. But the device could emit the event tns1:PTZController/PTZPresets/Reached , see ยง5.11.1 of the PTZ Service specs.

Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58