Cyril Jaquier
Cyril Jaquier
Same issue here. Get a segfault when using callbacks. My callback is called once with `ARV_STREAM_CALLBACK_TYPE_INIT` but then the application crashes. @bpinsard did you manage to workaround the issue?
I looked at this issue a bit closer and managed to get the following script working: ```python import threading import time import gi # autopep8: off gi.require_version('Aravis', '0.8') from gi.repository...
Thank you @EmmanuelP. I think I just found out what was not working in my attempt at using `GDestroyNotify`.
I can confirm this with: > opencv-contrib-python==4.1.0.25 > opencv-python==4.1.0.25
@SunilKrSingh, I'm not involved in OpenCV but have a look at the first comment and check the sample code. Based on that you should be able to reproduce the issue....
Same issue here. I'm located in Switzerland but only get servers from France and Germany. If I change the order of the list of URL, it then works as expected,...
Hi. I'm not sure this is the same bug but here we go. Upgrading from 0.8.9 to 0.8.10, some of our unit tests started to fail. I can reproduce the...
> that's probably a different issue. thank you for providing an MRE. I'll let you know when I fixed it. Thank you. Do you want me to open a new...
As far as I know this is (was) the only way to edit rules online. Used to work fine in OpenHAB 1.8 but not anymore under 2.x. Is there any...