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

Method intrinsics

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

Source from the content-addressed store, hash-verified

160
161 @property
162 def intrinsics(self) -> CameraIntrinsics:
163 if self._intrinsics is None:
164 raise RuntimeError("Orbbec camera has not been started")
165 return self._intrinsics
166
167 def start(self) -> None:
168 ob = _ob()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected