Andrey Terentyev
- Network Optix team
Nx Support Team
- Total activity 1590
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 519
Activity overview
Latest activity by Andrey Terentyev-
Andrey Terentyev commented,
Hello,There are several general notes to draw your attention to before going into code details.- Your SDK and Server version differ. That might cause failures if your plugin used SDK features the S...
-
Andrey Terentyev commented,
Hello,> the event does not display on the client sideThey might be several reasons for that.- Event types are not declared in the plugin and the Server knows nothing about them.- Event metadata pac...
-
Andrey Terentyev commented,
Hello Jeff,Regarding your requirements: Ability to turn visibility on/off by the user. So recorded or handled like metadata and not burned into the video image. Current temperature should be availa...
-
Andrey Terentyev commented,
-
Andrey Terentyev commented,
Hello,> Is there an API available that allows me to update the ROI dynamically?1. You can determine engine id by invoking /rest/v3/analytics/engines2. Update ROI settings with /rest/v2/devices/{id}...
-
Andrey Terentyev commented,
Hello,In addition to what Ichiro has suggested.Putting these statements together> i want this page have custom an custom fuctionality from my own javascript.> So i'am trying make an custom Nx Clien...
-
Andrey Terentyev commented,
On top of this, I'd highly recommend you reading our developer guide available by this link.https://meta.nxvms.com/docs/developers/knowledgebase/264-overview
-
Andrey Terentyev commented,
Hello,I would like to inquire how the plugin can send coordinates to the platform side. Is there any sample code in the MetaData SDK that we can refer to?There are sample analytic plugin and object...
-
Andrey Terentyev commented,
Hello,Building with mingw compilers is not supported. Even if you succeed the plugin won't be binary compatible. Try switching to Visual Studio instead.
-
Andrey Terentyev commented,
Hello,Subramanian, I'm pasting your message from another thread of yours, which seems to be a duplicate for the current one.Is there a way to suppress this error because my analytical plugin take s...