Implemented CVStabilization, removed cv namespace

This commit is contained in:
Brenno
2020-07-02 19:09:04 -03:00
parent 4f42a624a7
commit a85e45bfda
16 changed files with 398 additions and 52 deletions

View File

@@ -813,6 +813,9 @@ void FFmpegReader::UpdateVideoInfo() {
}
}
bool FFmpegReader::GetIsDurationKnown() {
return this->is_duration_known;
}
std::shared_ptr<Frame> FFmpegReader::GetFrame(int64_t requested_frame) {
// Check for open reader (or throw exception)