Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jesustorresdev/8b35c01dc9cd1a0d41bd170d4aeb6b9f to your computer and use it in GitHub Desktop.
Save jesustorresdev/8b35c01dc9cd1a0d41bd170d4aeb6b9f to your computer and use it in GitHub Desktop.
void MyWindow::on_video_updated(const QRect& rect)
{
finiteBuffer_->insertFrame(movie_->currentImage());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment