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

Method process_camera_data

train/eval.py:121–124  ·  view source on GitHub ↗
(self, file_path, camera_type='color')

Source from the content-addressed store, hash-verified

119 cv2.imwrite(file_path, image_data)
120
121 def process_camera_data(self, file_path, camera_type='color'):
122 img = self.get_camera_data(camera_type)
123 self.save_image(img, file_path)
124 print("Image saved")
125
126class UEBridge:
127 def __init__(self, ue_ip, ue_port, env_name):

Callers

nothing calls this directly

Calls 2

get_camera_dataMethod · 0.95
save_imageMethod · 0.95

Tested by

no test coverage detected