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

Function create_camera

python/scripts/camera/orbbec.py:236–238  ·  view source on GitHub ↗
(*, selector: str | None, width: int, height: int, fps: int)

Source from the content-addressed store, hash-verified

234
235
236def create_camera(*, selector: str | None, width: int, height: int, fps: int) -> OrbbecCamera:
237 info = resolve_device(selector)
238 return OrbbecCamera(info=info, width=width, height=height, fps=fps)
239

Callers 1

run_demoFunction · 0.90

Calls 2

OrbbecCameraClass · 0.85
resolve_deviceFunction · 0.70

Tested by

no test coverage detected