You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled the application. When I am running the spplication, before loading anything at all, with justa window on, this is displayed in command line and that too multiple times like this and it keeps coming after you load the images:
QColor :: setRGB: RGB parameters out of range
QColor :: setRGB: RGB parameters out of range
QColor :: setRGB: RGB parameters out of range
Also No output is seen in the window, it stays blank continuosly.
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
Since this is not really a great fix, i haven't yet posted a pull request.
Maybe you would also checkout my "NewUI" Branch: https://github.com/JuriGagarin/SfM-Toy-Library/tree/feature/newui which migrates the project to qt5 and fixed some errors (e.g. making QOpenGL current from a different thread (non main)). But be careful! Features are missing and there are still some bugs.
I compiled the application. When I am running the spplication, before loading anything at all, with justa window on, this is displayed in command line and that too multiple times like this and it keeps coming after you load the images:
QColor :: setRGB: RGB parameters out of range
QColor :: setRGB: RGB parameters out of range
QColor :: setRGB: RGB parameters out of range
Also No output is seen in the window, it stays blank continuosly.
Can someone help me with this?
The text was updated successfully, but these errors were encountered: