Hendrik Baekeland
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 20
Posts
Recent activity by Hendrik Baekeland-
All devices and licenses disappeared after I removed a server from the system and added it again
AnsweredHello,I have several servers in my system. I removed one server from the system (go to server webpage -> click 'detach from the system'), then I merged this server with system again. After that all...
-
Unable to add testcamera after I've deleted it
AnsweredHello,I can't add testcamera after I removed it from the server. Even if I want to do it manually with "Add device -> search on localhost" it shows me that this device is already in the system.
-
Get camera name in the plugin (not in the DeviceAgent constructor)
AnsweredI want to get name of the camera periodically. It seems like I can't do it with nx::sdk::IDeviceInfo since I get segfault if I save it and try to use it. Is it possible only with HTTP API?
-
Bounding boxes are instable
CompletedHello, I noticed that bounding boxes are not shown at all for objects that quickly disappear. Sometimes they are not shown for all objects in the first frame but they are shown in the following fra...
-
NetworkOptix stdout/stderr in Windows
AnsweredI want to see stdout/stderr in Windows. I tried everything from this topic and more https://support.networkoptix.com/hc/en-us/community/posts/360043327433-How-to-debug-plugin-code-?page=1I tried to...
-
Dealing with licensing: enable or disable a plugin if user has no a license for it
AnsweredHello, I develop a plugin. User must have a license for using this plugin. I'm checking a license key in the DeviceAgent and if it's correct and user can enable a plugin on one more camera then plu...
-
How to get hardware id (HWID) with a plugin SDK?
AnsweredHello,Is there a way to get HWID within a plugin, without HTTP API?I know that I can receive HWID with an API call but I need server login/password for this, so it's better to receive it via C or C...
-
Change settings inside the plugin
AnsweredHello,Is it possible to change settings inside the plugin?I want to syncrhonize plugin settings with settings outside the plugin. I know that I can receive setrtings values with `settingValue` func...
-
Getting secondary stream from the Metadata SDK
AnsweredIs it possible to receive a frame from the camera secondary stream? How can I do it?
-
How to decode compressed frame?
AnsweredHello.I'm using Metadata SDK. When I set needUncompressedVideoFrames to 'rgb' or 'yuv420' CPU load is too high. I don't want to decode every single frame, I want to take 5-10 frames per second.I w...