MCPcopy Create free account
hub / github.com/Ar-Ray-code/lingbot-depth-trt / stop

Method stop

python/scripts/camera/orbbec.py:229–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 return RgbdFrame(color_bgr=color_bgr, depth_m=depth_m)
228
229 def stop(self) -> None:
230 if self._pipeline is not None:
231 self._pipeline.stop()
232 self._pipeline = None
233 self._align_filter = None
234
235
236def create_camera(*, selector: str | None, width: int, height: int, fps: int) -> OrbbecCamera:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected