Vikram
- Total activity 35
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 4
- Subscriptions 7
Posts
Recent activity by Vikram-
Archive encryption with object(bestshot)
AnsweredI expected that not only the images saved through the Archive encryption function, but also the object DBs detected as objects and processed as best shots would be encrypted together.However, it se...
-
Analytics Event Description hasn't Attribute?
AnsweredEvent Log has Event Attributes Description: LineCrossed: Line Name[1] : In . eventType: lineCross; lineName: 1; inCount: 5; outCount: 18; lastInID: 793; lastOutID: 798 So I expected that...
-
web page displayed in executeActionWithUrlResult(object action) not apply a proxy?
CompletedAfter applying the proxy in the VMS layout, calling http://localhost correctly calls the localhost where the server is located. However, calling it from the object action calls the client's localh...
-
issue of Handling bestShotImageData via objectTrackInfo within objectActions (null)
AnsweredAccording to the nx sdk documentation, I expected data to be returned from bestShotImageData when an image is designated for the best shot. "Pointer to the track best shot image data provided by th...
-
Can I handle Issue with Analytics Plugin detected within the plugin?
AnsweredIssue with Analytics Plugin detected sends an alarm that frames are skipped because frame processing is often slow. However, my VA algorithm has problems if frames are randomly skipped, so I need t...
-
Implementing a User-Friendly File Path Picker in Plugins
CompletedIs it possible to open a file dialog from within a plugin, allowing users to easily select and specify the path to a particular file in a user-friendly manner?
-
Issue with RealTime Panel Object Updates in Nx Client
CompletedI developing a Face Tracking + Recognized plugin in Nx Meta. The goal is to publish a BestShot packet when a face is detected and recognized, which includes the saved image path according to the Us...