Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Object search

Answered

Comments

3 comments

  • Andrey Terentyev
    • Network Optix team

    Hello Ivan Benovic ,

    There is no article at the moment but it will be published soon.

    > What happens when tracking object received multiple updates of attribute in time ?

    I'm not quite sure I understood your question. Could you elaborate a bit, please?

    What do you mean by that "multiple updates of attribute in time" ?

    0
  • Permanently deleted user

    > What happens when tracking object received multiple updates of attribute in time ?

    > I'm not quite sure I understood your question. Could you elaborate a bit, please?

    Lets say, I am sending updates of attributes continuously in time for same tracking object. Let say attribute is size of object, and each 100ms while tracking I am sending new estimation of object size to Nx with different values. Do object search uses all attribute values that were saved during tracking when filtering or not ?

     

     

    0
  • Andrey Terentyev
    • Network Optix team

    Hi,

    Yes, search will use all the saved values of an attribute.

    You could check it like this.

    Use the /ec2/analyticsLookupObjectTracks API in web interface to get object for specific camera.

    The output will contain something similar to

    {
    "name": "Distance",
    "value": "0,699499"
    },
    {
    "name": "Distance",
    "value": "0,690375"
    },
    {
    "name": "Distance",
    "value": "0,681256"
    },

    Try this values in the search field of GUI client. Search would display the same object.

    0

Please sign in to leave a comment.