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-
>Renaming cameras doesn't seem like something that can be done often. Do you want this so you can display correct camera name if it was changed at your cloud service or for something else? Yes, I j...
-
I want to send a new camera name to my cloud service when it was changed. Ideally I want to execute code only when it was changed but I don't see such callbacks, therefore I take this name every N ...
-
Thanks Andrey
-
I would like to have such a feature too. Jpeg have lower quality than png/raw and I can't change it but jpeg format is the fastest. Taking raw or png is relatively slow since I need to receive a lo...
-
UPD: I spent too much time on such a simple thing. I took plog and it works. https://github.com/SergiusTheBest/plog
-
>All the output is sent to stderr since it's not buffered.But I don't see any plugins output. I tried to use NX_PRINT, NX_OUTPUT, std::cout and std::cerr. I don't see any messages from the plugin.
-
But I have another issue. For some reason there is no output in the stdout.log file. There is only a string stdout of "mediaserver" is redirected to this file ("C:\\Windows\\system32\\config\\syste...
-
Hello Andrey, Thanks for answer,I invoked /api/iniConfig API and result is "C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\\nx_ini\\". I created this folder and created files inside o...
-
Thank you for your answer Andrey, It's more detailed and technical description of what I've done and it may help to someone with the same issue.
-
Hello Evgeny,Are there any working examples?Right now I tried to write all available data to one file and read it. I wasn't able to read it with gstreamer, mpv and ffplay. ffplay says "could not fi...