(*, selector: str | None, width: int, height: int, fps: int)
| 234 | |
| 235 | |
| 236 | def 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 |
no test coverage detected