-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color magnification #4
Comments
Please refer to #3 first and see whether you're facing the same issue. |
Thank you! |
It's been a long time and I already forgot how to build the application. Did you tried executing If it helps, you can take a look at my note on the qmake workflow: https://www.hahack.com/wiki/qt-basic.html |
Thank your.I found my mistake. |
Maybe you can help me improve the README on how to build the application. PR is welcome. ;-) |
ok,I recently wrote a document about this application sent to your mailbox. |
hi,Thank you for your sharing.When I load another video for color enlargement, I can't read the video information correctly. This problem occurs in the 330 lines of mainwindow.cpp file.
ui->progressSlider->setValue(video->getNumberOfPlayedFrames()
* ui->progressSlider->maximum()
/ video->getLength() * 1.0);
0x00007FF76800031B 处有未经处理的异常(在 excutable.exe 中): 0xC0000094: Integer division by zero.
Thank you for your reply!
The text was updated successfully, but these errors were encountered: