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