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-
Launching Nx server with address sanitizer
AnsweredAddress sanitizer worked with Nx 4.2 but I can't launch it now. I've added the following to my CMakeLists.txt: target_compile_options(my_plugin PRIVATE -fno-omit-frame-pointer -fsanitize=address)t...
-
Add server information to the PluginDiagnosticEvent
AnsweredHello,I don't see any additional information in PluginDiagnostic Events (Nx server name, even Nx system name)Let's say there is some issue with the plugin, and I get a message. I don't know what Nx...
-
Nx5 taxonomy hierarchy
AnsweredI see that there are "nx.base.Vehicle", "nx.base.Car", "nx.base.Bus" and "nx.base.Truck". Can I add all of them as "nx.base.Vehicle" and then specify their type via adding attributes?If so, how can...
-
Getting camera name without overhead
AnsweredHello, I asked this question here, but there were no answers https://support.networkoptix.com/hc/en-us/community/posts/360052973213-Get-camera-name-in-the-plugin-not-in-the-DeviceAgent-constructor-...
-
Enable/disable plugin and change its settings via HTTP Api
AnsweredI want to test my plugin on dozens of cameras. Is there a program way to change the plugin's settings and turn it on and off?
-
Objects are no longer groupped by plugins in 4.3. What does it mean?
CompletedHello,I've installed Nx 4.3 and I don't understand how the new interface is supposed to be used. Different plugins may use different ID's for the same object type. For instance there is a 'Face' ob...
-
Compressed frames don't work on testcameras
AnsweredHello,I'm able to decode compressed frames when I'm using a real camera but testcameras don't work. What I do and how you can test it: In the plugin, I save all chunks of compressed frames from th...