Quedale
Quedale
Apparently cmake dropped support for any configurations targeting lower than 3.5. I had to make a small update to the CMakeLists.txt file for two subprojects ([CUtils](https://github.com/Quedale/CUtils) and [OnvifSoapLib](https://github.com/Quedale/OnvifSoapLib)). It should...
Well, at least there was some success! Could you run it with valgrind to extract some additional details? You will need to run the following to enable debugging: ``` autogen.sh...
Okay, I see! It doesnt actually crash, it just hangs? If that's so, I may have to insert additional log out put. I'll make some changes later to help determine...
I just added some extra logging and the ability to change the default loglevel. I actually have an idea where it might occur, but I wouldn't be able to explain...
Unfortunately, my suspicions were wrong. I did take a shot in the dark by making sure the EventQueue threads are started before any event is dispatched. Just in case that...
We're getting closer. There isn't much left to go through. So far narrowed down to the function `show_loading` from [omgr_app_dialog.c](https://github.com/Quedale/OnvifDeviceManager/blob/2fca0de09fdd3eb11b03ac894034531fafac2f92/src/app/dialog/omgr_app_dialog.c#L605C1-L605C32) since it never reached the end. I'm starting to fear...
Okay that's really odd! For some reason, the animation loop starts before invoking the `gtk_main` loop function. This really sounds like a GTK bug or a behavior breaking change. What...
Unfortunately I wasn't able to reproduce the problem on a vanilla Ubuntu 22.04.5 LTS. I use the same version of GTK and do not experience this issue. I wasn't able...
My wild guess is that "GetServices" isnt implemented on this camera. There are alternative ways to retreive service URIs, so I'll simply add some fallback mechanism. I should have time...
Glad you figured out how to set the time setting and got it out of the way. At this point my suspicions are really around the ONVIF version implemented on...