Create screen shot using Qt for ARM platform
Unsolved
General and Desktop
-
I am trying to write a software to take a screenshot in the embedded environment.
QPixmap image = qApp->screens().at(0)->grabWindow(QScreen().winId());
The above snippet of code is working on AMD based device but with the same code when I am trying to run on ARM device, code is compiling but not able to get the winId.
Could anybody help me in fixing the issue.
Note : I am not using any QML libraries in my project -
@vagesh Could be related to https://bugreports.qt.io/browse/QTBUG-76983