TimestampSource
- class wpiutil.TimestampSource(value: SupportsInt | SupportsIndex)
Bases:
pybind11_objectTimestamp metadata. Timebase is the same as wpi::util::Now
Members:
UNKNOWN
FRAME_DEQUEUE
V4L_EOF
V4L_SOE
- FRAME_DEQUEUE = <TimestampSource.FRAME_DEQUEUE: 1>
- UNKNOWN = <TimestampSource.UNKNOWN: 0>
- V4L_EOF = <TimestampSource.V4L_EOF: 2>
- V4L_SOE = <TimestampSource.V4L_SOE: 3>
- TimestampSource.name -> str
- property value