Skip to content
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

Open
jianghongsun opened this issue Apr 24, 2019 · 6 comments
Open

color magnification #4

jianghongsun opened this issue Apr 24, 2019 · 6 comments

Comments

@jianghongsun
Copy link

jianghongsun commented Apr 24, 2019

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!

@wzpan
Copy link
Owner

wzpan commented Apr 24, 2019

Please refer to #3 first and see whether you're facing the same issue.

@jianghongsun
Copy link
Author

Thank you!

@wzpan
Copy link
Owner

wzpan commented Apr 24, 2019

It's been a long time and I already forgot how to build the application.

Did you tried executing qmake before running make?

If it helps, you can take a look at my note on the qmake workflow: https://www.hahack.com/wiki/qt-basic.html

@jianghongsun
Copy link
Author

Thank your.I found my mistake.

@wzpan
Copy link
Owner

wzpan commented Apr 24, 2019

Maybe you can help me improve the README on how to build the application.

PR is welcome. ;-)

@jianghongsun
Copy link
Author

ok,I recently wrote a document about this application sent to your mailbox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants