Skip to content
Snippets Groups Projects
Commit a3cca462 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Merge branch 'master' into skills

parents 44821315 c08928a4
No related branches found
No related tags found
1 merge request!27Add support for skills framework
......@@ -80,7 +80,7 @@ class ImageProcessor(ImageProcessorInterface, ABC):
while is_alive():
with self.cv:
self.cv.wait_for(lambda: self.image_available)
self.image_available = False
input_images, info = self._get_images_and_info()
if hasattr(self, "process_image") and callable(self.process_image):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment