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-
Thanks Eugeny, Could you please help me with a frame decoding? I already asked about it here https://support.networkoptix.com/hc/en-us/community/posts/360048911014-How-to-decode-compressed-frame-Wh...
-
Thanks Sergey
-
Thanks for answer Sergey,Will this serverId remain the same after server reinstallation?I want to use HWID approximately in the same way it's used in Nx licensing, i.e. I need something stable, som...
-
I need a HWID (it's GET/ec2/getHardwareIdsOfServers in the HTTP API)I want to use this id in pair with our licence key, so we will know that some particular licence is used on some particular hardw...
-
Sorry, actually now I'm surprised that I didn't receive segfault. I changed code to the following:void DeviceAgent::applySettings(int test) {m_testSetting = test;Result<const ISettingsResponse*>* ...
-
Hello Maxim,I'm sorry for such long delay.The problem with getPluginSideSettings is don't understand how to use it. I need to pass Result<const ISettingsResponse*>* outResult to it and I don't know...
-
Hello Maxim,I still have a questionI want to share analytics settings between our web app and the networkoptix plugin. For example I have a setting 'detect people' for a specific camera and I want ...
-
>In GUI user clicks "Apply" or "OK" button, settings values are passed to the server. Server saves to DB and calls doSetSettings.Ok, I need to do the same process but from the code, when I receive ...
-
>From where? What is the source?Our cloud is the source (not a networkoptix cloud). Now I don't know exactly which method I will use. Probably I will constantly pull some URL or connect to a websoc...
-
Hello Andrey, Thank you for your answers, I appreciate it.Now I understand that if I want to receive settings from the cloud I need to receive settings somewhere (not in every DeviceAgent but in a ...