VideoMode

class cscore.VideoMode(*args, **kwargs)

Bases: pybind11_object

Video mode

Overloaded function.

  1. __init__(self: cscore._cscore.VideoMode) -> None

  2. __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