Is Qt5Camera of 5.7.0 compatibel with Win XP?
Unsolved
General and Desktop
-
My developing environment is Visual Studio 2015 with Qt 5.7.0, as I compile the program which use Qt5Camera with Visual Studio 2015 - Windows XP (v140_xp) toolset, it works fine on Win10, But cannot get camera device by calling QCameraInfo::availableCameras(),
DOES Qt5.7.0 not support XP environment? -
@yangtc said in Is Qt5Camera of 5.7.0 compatibel with Win XP?:
DOES Qt5.7.0 not support XP environment?
It does not, see https://doc.qt.io/archives/qt-5.7/supported-platforms-and-configurations.html
You need Qt 5.6 to support Windows XP.