VideoEvent

class cscore.VideoEvent

Bases: RawEvent

An event generated by the library and provided to event listeners.

get_property() cscore._cscore.VideoProperty

Returns the property associated with the event (if any).

Returns:

The property associated with the event (if any).

get_sink() cscore._cscore.VideoSink

Returns the sink associated with the event (if any).

Returns:

The sink associated with the event (if any).

get_source() cscore._cscore.VideoSource

Returns the source associated with the event (if any).

Returns:

The source associated with the event (if any).