MCPcopy Create free account
hub / github.com/SHAILAB-IPEC/OpenFly-Platform / save_image

Method save_image

scripts/sim/ue_bridge.py:134–135  ·  view source on GitHub ↗
(self, image_data, file_path)

Source from the content-addressed store, hash-verified

132 return depth_np # Return depth data
133
134 def save_image(self, image_data, file_path):
135 cv2.imwrite(file_path, image_data)
136
137 def process_camera_data(self, file_path, camera_type='lit'):
138 img = self.get_camera_data(camera_type)

Callers 1

process_camera_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected