WPILibC++
unspecified
|
Public Member Functions | |
CvSinkImpl (wpi::StringRef name) | |
CvSinkImpl (wpi::StringRef name, std::function< void(uint64_t time)> processFrame) | |
void | Stop () |
uint64_t | GrabFrame (cv::Mat &image) |
uint64_t | GrabFrame (cv::Mat &image, double timeout) |
![]() | |
SinkImpl (wpi::StringRef name) | |
SinkImpl (const SinkImpl &queue)=delete | |
SinkImpl & | operator= (const SinkImpl &queue)=delete |
wpi::StringRef | GetName () const |
void | SetDescription (wpi::StringRef description) |
wpi::StringRef | GetDescription (wpi::SmallVectorImpl< char > &buf) const |
void | Enable () |
void | Disable () |
void | SetEnabled (bool enabled) |
void | SetSource (std::shared_ptr< SourceImpl > source) |
std::shared_ptr< SourceImpl > | GetSource () const |
std::string | GetError () const |
wpi::StringRef | GetError (wpi::SmallVectorImpl< char > &buf) const |
Additional Inherited Members | |
![]() | |
virtual void | SetSourceImpl (std::shared_ptr< SourceImpl > source) |
![]() | |
wpi::mutex | m_mutex |