I’m putting together a test program to check the camera info on mobile device. The build is giving an error that #include <QCameraInfo> can’t be found. Indeed, in my /usr/include/qt5/QtMultimedia folder, there is no QCameraInfo header. The other multimedia headers seem to be there.
I’m using Ubuntu 14.04 and the Ubuntu SDK.
Is there anyway to update Qt to get the header or should I reinstall?
↧