An event generated by the library and provided to event listeners.
Definition VideoEvent.hpp:17
VideoSource GetSource() const
Returns the source associated with the event (if any).
Definition VideoEvent.hpp:24
VideoProperty GetProperty() const
Returns the property associated with the event (if any).
Definition VideoEvent.hpp:45
VideoSink GetSink() const
Returns the sink associated with the event (if any).
Definition VideoEvent.hpp:35
A source or sink property.
Definition VideoProperty.hpp:34
A sink for video that accepts a sequence of frames.
Definition VideoSink.hpp:24
A source for video that provides a sequence of frames.
Definition VideoSource.hpp:25
Kind
Definition VideoProperty.hpp:41
CS_Sink CopySink(CS_Sink sink, CS_Status *status)
CS_Source CopySource(CS_Source source, CS_Status *status)
int CS_Status
Definition cscore_c.h:41
CameraServer (cscore) namespace.
Definition CvSource.hpp:15
CS_Source sourceHandle
Definition RawEvent.hpp:72
CS_Sink sinkHandle
Definition RawEvent.hpp:73
CS_Property propertyHandle
Definition RawEvent.hpp:82
CS_PropertyKind propertyKind
Definition RawEvent.hpp:83