MCPcopy Create free account
hub / github.com/SAMMiCA/ChangeSim / capture_screen_image

Method capture_screen_image

script/utils/visualization.py:92–93  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

90 return image
91
92 def capture_screen_image(self, filename):
93 self.__vis.capture_screen_image(filename, do_render=True)
94
95 def capture_depth_float_buffer(self, show=False):
96 depth = self.__vis.capture_depth_float_buffer(do_render=True)

Callers 1

callbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected