PtzCapabilities for Fixed Camera

Answered

Comments

3 comments

  • Avatar
    Norman - Nx Support

    Hi Sigal Cagan,

    The reason you received the value is since it was reported by the device to our software as such.

    For example when the camera has a zoom lens, the ptzCapabilities are used for the control of the zoom lens. In such case the reported parameters are legit and do no contain parameters to pan or tile the device.

    We also see that some camera vendors use some sort of universal firmware and non-PTZ cameras appear as PTZ camera in the VMS or NVR, while the camera itself doesn't have PTZ capabilities or not even a zoom lens.

    So, if the device is a non-PTZ and a non-Zoom lens device, then it is fair to expect a NoPtzCapabilities': 0 report.

     

     

    0
    Comment actions Permalink
  • Avatar
    Yen Chen Lo

    Hi,

    As Norman - Nx Support metioned, so attribute "ptzCapabilities" is just information that the device tells Nx. Can you please tell the correct way on how to determine if a camera is PTZ-able from Nx API? Mabye from:

    Get Device records
    /rest/v2/devices

    Or

    Get Device record
    /rest/v2/devices/{id}

    Thanks!

    0
    Comment actions Permalink
  • Avatar
    Norman - Nx Support

    Hi Yen Chen Lo,

    Both calls you refer to work, however the first will provide a reply for all connected devices, and the second only for the device you provided the cameraId from.

    More information can be found in THIS support article.

    0
    Comment actions Permalink

Please sign in to leave a comment.