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-
>Decide which part of the code are you going to go this: Engine, DeviceAgent?I need to store settings per camera, so I need to do it in the DeviceAgent>getPluginSideSettings IS a part of a plugin c...
-
Hello Andrey,Do I understand correctly that getPluginSideSettings method will be called every time I open settings? (after the bugfix)If so I see it in a such way:1. I receive settings in the plug...
-
Hello Andrey,My scenario is following: I want to keep settings in the plugin and in the cloud simultaneously, and be able to modify settings automatically in the plugin when they are modified in th...
-
Hello Andrey,Sorry, I didn't see your answers about motion detectio and secondary streams. How can I configure motion detection?>Are you using this one https://developer.nvidia.com/embedded/jetson-...
-
It's approximately the samePlugin settings:Plugin is disabled (top -d 10): Plugin is enabled (top -d 10):Camera resolution is 3840x2160
-
I'm sorry, I don't understand what to test.If you are talking about object/events generation - I removed object/event generation from the plugin before testing too.
-
>What is your HW spec?Jetson Nx. I have 4 cameras connected and I enable plugin on one of them. I tested plugin on 4k and FHD cameras, results are above.
-
Thanks Andrey.I checked it: there is such setting in the new Metadata SDK (4.1). But I can't use this setting in Nx VMS 4.0. So I need Nx 4.1.
-
Hello Andrey,Thanks for answer.I don't have this setting by default. Do I need to use NX 4.1 to be able to manage this setting? I'm using Nx 4.0.0.29990
-
Hello Andrey, Thanks for quick reply>Can you just return from your frame-processing function without actual processing and have a look and CPU load?I tested it without my own processing. CPU load i...