CvSource: Implement NotifyError.

This commit is contained in:
Peter Johnson
2016-10-28 00:47:18 -07:00
parent 39a8195386
commit e10b399f51

View File

@@ -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; }