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

Method start

python/scripts/camera/base.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65
66 @abstractmethod
67 def start(self) -> None:
68 raise NotImplementedError
69
70 @abstractmethod
71 def wait_frame(self, timeout_ms: int) -> RgbdFrame | None:

Callers 2

__init__Method · 0.45
run_demoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected