Qt sensors module for QML and C++ sensor access
Provides access to sensors via QML and C++ interfaces
qtsensors
$ find_package(Qt6 COMPONENTS Sensors REQUIRED)
$ import QtSensors
$ target_link_libraries(myapp Qt6::Sensors)