Registry / other / qtsensors

qtsensors

JSON →
library6.10.1vcpkgunverified

Qt module providing access to sensor hardware via QML and C++ interfaces, including motion gesture recognition.

vcpkg install qtsensors
INSTALL
IMPORT
SIG · QTSENSORS
Q
qtsensors
othercppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtSensors/QAccelerometer
#include <QtSensors/QAccelerometer>

Start an accelerometer sensor.

#include <QtSensors/QAccelerometer> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QAccelerometer sensor; sensor.start(); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

qtsensors — pip install qtsensors · libregistry