Andrey Terentyev
Nx Support Team
- Total activity 1553
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 2
- Subscriptions 505
Activity overview
Latest activity by Andrey Terentyev-
Andrey Terentyev commented,
Hi, You could use the pustManifest() method to fulfill your objective.
-
Andrey Terentyev commented,
Hello, The object type ids to be used by the plugin are declared in the Engine's manifest. The Engine's manifest can be dynamically updated by implementing this method. /** Must be called when the ...
-
Andrey Terentyev commented,
Hello, Here is the article that might help you. https://support.networkoptix.com/hc/en-us/articles/360016266074-Cloud-API-Route-API-Calls-via-Nx-Cloud Referring to the article, you can use the addr...
-
Andrey Terentyev commented,
Hello, I'd recommend you to start with this guide. https://meta.nxvms.com/docs/developers/knowledgebase/200-introduction-to-creating-a-video-analytics-plugin In addition, see sample analytics plugi...
-
Andrey Terentyev commented,
Hello, You can get acquainted with Analytics API in 6.1 beta. Here is the link to start experimenting https://meta.nxvms.com/doc/developers/api-tool/rest-v4-analytics-integrations--requests-post?ty...
-
Andrey Terentyev commented,
Hello, Most probably, you did not request uncompressed frames from the Server. It can be done in the Engine's manifest. See the engine.cpp in the sample analytics plugin of the Metadata SDK std::st...
-
Andrey Terentyev commented,
Hello, The good starting point for developing a plugin is this manual https://meta.nxvms.com/docs/developers/knowledgebase/200-introduction-to-creating-a-video-analytics-plugin
-
Andrey Terentyev commented,
Hello, It looks like you're using Digest authentication when the account having Bearer authorization or vice versa, bearer authorization with the account having Digest authorization. Check the auth...
-
Andrey Terentyev commented,
Hello,> How can I completely uninstall the plugins so that they disappear from the search and the advanced search? The short answer is no, you can't. See the thread explaining the similar issue. h...
-
Andrey Terentyev commented,
Hello, You can find detailed description on the Schema tad in the Response section of the API endpoint documentation page.