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

Method process_camera_data

scripts/sim/ue_bridge.py:137–139  ·  view source on GitHub ↗
(self, file_path, camera_type='lit')

Source from the content-addressed store, hash-verified

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)
139 self.save_image(img, file_path)
140
141
142class TCPServer:

Callers 1

handle_plannerFunction · 0.95

Calls 2

get_camera_dataMethod · 0.95
save_imageMethod · 0.95

Tested by

no test coverage detected