mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
CvSource: Implement NotifyError.
This commit is contained in:
@@ -100,7 +100,7 @@ void CvSourceImpl::PutFrame(cv::Mat& image) {
|
||||
}
|
||||
|
||||
void CvSourceImpl::NotifyError(llvm::StringRef msg) {
|
||||
// TODO
|
||||
PutError(msg, wpi::Now());
|
||||
}
|
||||
|
||||
void CvSourceImpl::SetConnected(bool connected) { m_connected = connected; }
|
||||
|
||||
Reference in New Issue
Block a user