VideoMode
- class cscore.VideoMode(*args, **kwargs)
Bases:
pybind11_objectVideo mode
Overloaded function.
__init__(self: cscore._cscore.VideoMode) -> None
__init__(self: cscore._cscore.VideoMode, pixel_format_: wpiutil._wpiutil.PixelFormat, width_: typing.SupportsInt | typing.SupportsIndex, height_: typing.SupportsInt | typing.SupportsIndex, fps_: typing.SupportsInt | typing.SupportsIndex) -> None
- compare_without_fps(other: cscore._cscore.VideoMode) bool