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

Status Page

Customizing layout of objects in objects tab

Completed

Comments

1 comment

  • Anton Babinov
    • Network Optix team

    Hello Gourav,

    customizing layout of analytic panel isn't possible. However, with latest version of metaSDK you can set bounding box color for each object by setting nx.sys.color attribute.

     

    objectMetadata->addAttribute(makePtr<Attribute>(Attribute::Type::string, "nx.sys.color", ObjectColor));

    The following values can be used for the ObjectColor variable - "Magenta", "Blue", "Green", "Yellow", "Cyan", "Purple", "Orange", "Red", "White", "No special color".

    You can check stub plugin sample to see implementation example.



     

    0

Please sign in to leave a comment.