(self, image_data, file_path)
| 255 | return depth_np # Return depth data |
| 256 | |
| 257 | def save_image(self, image_data, file_path): |
| 258 | cv2.imwrite(file_path, image_data) |
| 259 | |
| 260 | def process_camera_data(self, file_path, camera_type='lit'): |
| 261 | img = self.get_camera_data(camera_type) |