Arend-Jan van Hilten
Results
2
comments of
Arend-Jan van Hilten
Also fixes deadlock in the `UVCCameraDriver::frameCallback` when unsubscribing the last subscriber: The `uvc_stop_streaming `call would wait for the `frameCallback`, which is waiting on the `device_lock_`, held by the `imageUnsubscribedCallback `(waiting...
Probably the same issue as #2351