-
Notifications
You must be signed in to change notification settings - Fork 10
KMS 6.4.1~1.g3ffe480, Ubuntu Server 14.04 LTS -- ZBarFilter's strange behaviour with 2 simultaneous QRCodes #36
Comments
ZbarFilter right now tries to send all qr codes it finds in a frame. If the same qr is detecting no events are raised for some time, but if there are more than one, they are reported all the time. It's the way it works (probably not the best one). If it stops working is because the library we are using is not detecting any code. We are not maintaining the detection, just propagating its events. Please reports the bugs you find there to gstreamer. |
I saw the source of kms-filters, apparently I didn't found anything wrong. `Segmentation fault (thread 140294790989568, pid 1992) [g_object_ref] [g_weak_ref_get] [check_if_flow_media] [gst_structure_fixate] [g_test_get_filename] [start_thread] [clone] |
This trace is a known bug , we are trying to fix it but is not related with the topic, you can open another one. I'm going to close the bug because we don't control the GStreamer filter zbar. |
Sorry but: What's the known bug associated with the trace? I'm looking for it but i couldn't find it. |
@dserrada The previous version of kurento media server had a buggy implementation of flow in and flow out events. This is already fixed on 6.5.0. The trace present in this comment is related to this bug. This is the related issue #53. |
Ok. I'm using Version: 6.4.1~5. and I'm seeing this trace from time to time, with the associated server crash. Is related to any element o test case I can avoid? |
You should update, there is no way to workaround it. |
When showing 2 QR Codes at the same time, ZBarFilter's EventListener().onEvent() is called multiple times per second, they seem fighting each other.
BTW, I don't know if I have a bug, but ZBarFilter stops detecting QRCodes after a while (+/- 1 minute)
The text was updated successfully, but these errors were encountered: