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

Status Page

Why I get multiple bounding box

Answered

Comments

1 comment

  • Ichiro
    • Network Optix team

    This is likely due to the trackId. - same objects but duplicated tracks.
     If you want to generate the UUID - please use nx::sdk::UuidHelper::randomUuid();
     

    nx::sdk::UuidHelper::fromStdString( string );

    This method is that you have the UUID but in string format, then you use this method to generate/casting uuid-string in UUID type.

    0

Please sign in to leave a comment.