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
Comments
Recent activity by Andrey Terentyev-
Hi, That's correct. You need v4.1.
-
Hi Hendrik, You can configure the stream should be passed in the plugin setting window on a camera
-
Hello, You could have a look at the examples from step1 to step4 in the cpp folder of this repo. https://github.com/networkoptix/nx_open_integrations Examples are built on OpenCV library. step3 ha...
-
Hello, > If "trust camera timestamp" is disabled, is it the timestamp when the server receives the frame? If "trust camera timestamp" is enabled, is it the timestamp provided by the camera (in the ...
-
Hello Serhii Syrtsov , Here is the best practice to deal with third party libraries inside a plugin. All the third party libraries a plugin depends on should be placed on the server in the same dir...
-
Hello Mike, There are several options on regard of "hiding" the plugins. The first one. Device Engine can declare a "deviceDependent" capability in manifest. In makes plugin not be shown in the lis...
-
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...
-
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...
-
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...
-
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}...