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

Method wait_frame

python/scripts/camera/base.py:71–72  ·  view source on GitHub ↗
(self, timeout_ms: int)

Source from the content-addressed store, hash-verified

69
70 @abstractmethod
71 def wait_frame(self, timeout_ms: int) -> RgbdFrame | None:
72 raise NotImplementedError
73
74 @abstractmethod
75 def stop(self) -> None:

Callers 1

run_demoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected