WPILibC++
2018.4.1-20180729133221-1141-g00c2cd7
|
This is the complete list of members for cs::CvSource, including all inherited members.
CreateBooleanProperty(wpi::StringRef name, bool defaultValue, bool value) | cs::CvSource | inline |
CreateIntegerProperty(wpi::StringRef name, int minimum, int maximum, int step, int defaultValue, int value) | cs::CvSource | inline |
CreateProperty(wpi::StringRef name, VideoProperty::Kind kind, int minimum, int maximum, int step, int defaultValue, int value) | cs::CvSource | inline |
CreateStringProperty(wpi::StringRef name, wpi::StringRef value) | cs::CvSource | inline |
CvSource()=default (defined in cs::CvSource) | cs::CvSource | |
CvSource(wpi::StringRef name, const VideoMode &mode) | cs::CvSource | inline |
CvSource(wpi::StringRef name, VideoMode::PixelFormat pixelFormat, int width, int height, int fps) | cs::CvSource | inline |
EnumerateProperties() const | cs::VideoSource | |
EnumerateSinks() | cs::VideoSource | |
EnumerateSources() | cs::VideoSource | static |
EnumerateVideoModes() const | cs::VideoSource | inline |
GetActualDataRate() const | cs::VideoSource | inline |
GetActualFPS() const | cs::VideoSource | inline |
GetDescription() const | cs::VideoSource | inline |
GetHandle() const (defined in cs::VideoSource) | cs::VideoSource | inline |
GetKind() const | cs::VideoSource | inline |
GetLastFrameTime() const | cs::VideoSource | inline |
GetLastStatus() const (defined in cs::VideoSource) | cs::VideoSource | inline |
GetName() const | cs::VideoSource | inline |
GetProperty(wpi::StringRef name) | cs::VideoSource | inline |
GetVideoMode() const | cs::VideoSource | inline |
IsConnected() const | cs::VideoSource | inline |
kCv enum value (defined in cs::VideoSource) | cs::VideoSource | |
kHttp enum value (defined in cs::VideoSource) | cs::VideoSource | |
Kind enum name (defined in cs::VideoSource) | cs::VideoSource | |
kUnknown enum value (defined in cs::VideoSource) | cs::VideoSource | |
kUsb enum value (defined in cs::VideoSource) | cs::VideoSource | |
m_handle (defined in cs::VideoSource) | cs::VideoSource | protected |
m_status (defined in cs::VideoSource) | cs::VideoSource | mutableprotected |
NotifyError(wpi::StringRef msg) | cs::CvSource | inline |
operator bool() const (defined in cs::VideoSource) | cs::VideoSource | inlineexplicit |
operator!=(const VideoSource &other) const (defined in cs::VideoSource) | cs::VideoSource | inline |
operator=(VideoSource other) noexcept (defined in cs::VideoSource) | cs::VideoSource | inline |
operator==(const VideoSource &other) const (defined in cs::VideoSource) | cs::VideoSource | inline |
PutFrame(cv::Mat &image) | cs::CvSource | inline |
SetConnected(bool connected) | cs::CvSource | inline |
SetDescription(wpi::StringRef description) | cs::CvSource | inline |
SetEnumPropertyChoices(const VideoProperty &property, wpi::ArrayRef< std::string > choices) | cs::CvSource | inline |
SetEnumPropertyChoices(const VideoProperty &property, std::initializer_list< T > choices) | cs::CvSource | inline |
SetFPS(int fps) | cs::VideoSource | inline |
SetPixelFormat(VideoMode::PixelFormat pixelFormat) | cs::VideoSource | inline |
SetResolution(int width, int height) | cs::VideoSource | inline |
SetVideoMode(const VideoMode &mode) | cs::VideoSource | inline |
SetVideoMode(VideoMode::PixelFormat pixelFormat, int width, int height, int fps) | cs::VideoSource | inline |
VideoSource() noexcept (defined in cs::VideoSource) | cs::VideoSource | inline |
VideoSource(const VideoSource &source) (defined in cs::VideoSource) | cs::VideoSource | inline |
VideoSource(VideoSource &&other) noexcept (defined in cs::VideoSource) | cs::VideoSource | inline |
VideoSource(CS_Source handle) (defined in cs::VideoSource) | cs::VideoSource | inlineexplicitprotected |
~VideoSource() (defined in cs::VideoSource) | cs::VideoSource | inline |