You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When images are not read sufficiently fast from the consumer, image data gets corrupted. The data may be overwritten by the producer but not sure if this is really the case since this SHOULD be prevented by the system semaphores and the producer/consumer sync.
This has only been observed in the non-async Python consumer (not in the C++ variant which works threaded and, thus, sufficiently fast (?)).
The text was updated successfully, but these errors were encountered:
When images are not read sufficiently fast from the consumer, image data gets corrupted. The data may be overwritten by the producer but not sure if this is really the case since this SHOULD be prevented by the system semaphores and the producer/consumer sync.
This has only been observed in the non-async Python consumer (not in the C++ variant which works threaded and, thus, sufficiently fast (?)).
The text was updated successfully, but these errors were encountered: