Skip to content

fix(viz): use a read lock on the image when possible in SNegato2DCamera

Flavien BRIDAULT requested to merge fix-snegato2Dcamera-deadlock into dev

Description

When receiving the resize event, we may end up with a deadlock if the image is already locked in writing. This may happen for instance with a writer that uses a progress bar.

How to test it?

Test with the linked MR (private).

Edited by Flavien BRIDAULT

Merge request reports