Hendrik Baekeland
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 20
Comments
Recent activity by Hendrik Baekeland-
>Also, as I understand, excessive resource consumption happens only when you call it from the plugin, right?No, It doesn't matter how to call it. For example, I used a script with curl in the secon...
-
Hello, Tagir,Thanks for answering,I've tried both /ec2/getCamerasEx/?id=<some_id> and /ec2/getCameraUserAttributesList/?id=<some_id>
-
Hello Andrey, I've been using HTTP API for a while, and now I noticed that it uses a lot of resources. Here is an example: The first graph shows the system monitoring while I'm polling HTTP Api eve...
-
Thanks, Andrey.
-
import jsonimport requestsimport typingUSERNAME = "user"PASSWORD = "pass"SERVER_IP = "localhost"SERVER_PORT = 7001SERVER_URL = F"https://{USERNAME}:{PASSWORD}@{SERVER_IP}:{SERVER_PORT}"SET_RESOURCE...
-
Tagir, can only submit a licence-related question in the provided link. That's why I describe the issue here. You can reproduce this error with the stub_analytics_plugin SDK. Nx 4.3 works well w...
-
Tagir, of courseI will re-check it one more time in near days and will create a support ticket if it's not my error.
-
Thanks, TagirIt's in the metadata SDK indeed. Declaration of plugin's objects is switched by the `declareStubObjectTypes` property. Object types are defined in the samples/stub_analytics_plugin/src...
-
Andrey, https://filebin.net/ieevpde121zl9rdmThere is a patch file. You can go to a directory which contains 'metadata_sdk' folder (from nxwitness-metadata_sdk-4.1.0.31398-universal.zip ) and apply...
-
Andrey, Ok, I will do it on Monday or Tuesday. I also can provide you with individual chunks of compressed frames and their concatenation for both real camera and testcamera.