module documentation

Utilities for managing CV2 cameras.

Function find_all_cameras Find all accessible USB cameras on the device.
Function identify_cameras For a list of camera IDs return a dictionary of name -> ID.
Constant LOGGER Undocumented
Constant MAX_CAMERAS Undocumented
Variable enumerate_cameras Undocumented
def find_all_cameras() -> list[int]: (source)

Find all accessible USB cameras on the device.

def identify_cameras(camera_ids: list[int]) -> dict[str, int]: (source)

For a list of camera IDs return a dictionary of name -> ID.

Undocumented

Value
logging.getLogger(__name__)
MAX_CAMERAS: int = (source)

Undocumented

Value
12
enumerate_cameras: Callable[[int], list[CameraInfo]] | None = (source)

Undocumented