(self, image_data_as_numpy_array)
| 178 | self.thread.start() |
| 179 | |
| 180 | def set_image_data(self, image_data_as_numpy_array): |
| 181 | #oveloaded to avoid update |
| 182 | self.img = image_data_as_numpy_array |
| 183 | |
| 184 | def search_app_instance(self, node): |
| 185 | if issubclass(node.__class__, remi.server.App): |