Is it possible to use the accelerometer of Surface Pro 3 via Qt?

user2061057

Is it possible to use the accelerometer of Surface Pro 3 via Qt? Will it work with QtCreator and MinGW or is Visual Studio required?

The Qt 5.3 documentation is a bit confusing to me:

http://qt-project.org/doc/qt-5/qtsensors-index.html

"Currently the API is supported on Android, BlackBerry 10, iOS, SailFish and WinRT"

The compatibility map (http://qt-project.org/doc/qt-5/compatmap.html) indicates that Windows 8/RT is supported. Does this mean that Surface Pro 3 is supported?

I don't have access to a Surface Pro 3 myself so I cannot test that.

Milania

Yes, it is possible! But unfortunately not out of the box with Qt 5.4. You have to change some files in the qtsensors plugin and compile it with MSVC2013. After that you can use the sensors (including QAccelerometer) even from Windows 8.1 desktop (not the metro stuff).

See this question and the answer from user2629409 which shows you the steps you need to do and my comment there when you want to know which specific sensors are available on the Surface Pro 3.

After this process you can use the qsensors just normal. Start reading on the QSensor class and this overview may be a good idea.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Is it possible to use the accelerometer of Surface Pro 3 via Qt?

From Dev

Is it possible to change the application opened by the Surface Pro 3's pen button?

From Dev

Remote debugging on Surface Pro 3

From Dev

Surface Pro 3 - No Grub menu

From Dev

Bluetooth api for surface pro 3 windows 8.1

From Dev

WinRT App for Surface Pro 3 resolution issue

From Dev

Ubuntu on surface pro 3 or Linux at all?

From Dev

Ubuntu on surface pro 3 or Linux at all?

From Dev

Surface Pro 3 Reboot after Shutdown

From Dev

How to Prevent Sleep of Death; Surface Pro 3

From Dev

Is it possible to mirror an Android device’s screen to a Surface Pro?

From Dev

Run Windows RT based app on Surface Pro 2 & Surface Pro 3 devices

From Dev

Unable to use cursor in Google Chrome on Surface Pro 1

From Dev

Will my files be erased if I use a recovery image on my Surface Pro?

From Dev

Windows Browser UI Range Slider (surface pro 3)

From Dev

Surface Pro 3 pen won't write, but top button works

From Dev

How to setup an external monitor on a Surface Pro 3 (with docking station)?

From Dev

The pen of Surface Pro 3 doesn't distinguish between writing and selecting

From Dev

How to boot a Surface Pro 3 off a USB Drive

From Dev

cannot get grub/boot after Ubuntu install on surface pro 3

From Dev

How to get trackpad working on Surface Pro 3 with 16.04

From Dev

How to single boot on surface pro 3 delete windows and format the ssd

From Dev

Microsoft Surface Pro 3 camera not working with Ubuntu 14.04

From Dev

StylusEvent on Windows Surface Pro

From Dev

13.10 bricks Surface Pro?

From Dev

13.10 bricks Surface Pro?

From Dev

Windows Phone 8.1 Emulator Error in Windows 8.1 Pro 64-Bit - Surface Pro 3

From Dev

Howto pass commands to the linker script via .pro file (Qt)

From Dev

USB port on my Surface 3 died. Is it possible to boot a Surface 3 from the MicroSD card to reinstall the OS?

Related Related

  1. 1

    Is it possible to use the accelerometer of Surface Pro 3 via Qt?

  2. 2

    Is it possible to change the application opened by the Surface Pro 3's pen button?

  3. 3

    Remote debugging on Surface Pro 3

  4. 4

    Surface Pro 3 - No Grub menu

  5. 5

    Bluetooth api for surface pro 3 windows 8.1

  6. 6

    WinRT App for Surface Pro 3 resolution issue

  7. 7

    Ubuntu on surface pro 3 or Linux at all?

  8. 8

    Ubuntu on surface pro 3 or Linux at all?

  9. 9

    Surface Pro 3 Reboot after Shutdown

  10. 10

    How to Prevent Sleep of Death; Surface Pro 3

  11. 11

    Is it possible to mirror an Android device’s screen to a Surface Pro?

  12. 12

    Run Windows RT based app on Surface Pro 2 & Surface Pro 3 devices

  13. 13

    Unable to use cursor in Google Chrome on Surface Pro 1

  14. 14

    Will my files be erased if I use a recovery image on my Surface Pro?

  15. 15

    Windows Browser UI Range Slider (surface pro 3)

  16. 16

    Surface Pro 3 pen won't write, but top button works

  17. 17

    How to setup an external monitor on a Surface Pro 3 (with docking station)?

  18. 18

    The pen of Surface Pro 3 doesn't distinguish between writing and selecting

  19. 19

    How to boot a Surface Pro 3 off a USB Drive

  20. 20

    cannot get grub/boot after Ubuntu install on surface pro 3

  21. 21

    How to get trackpad working on Surface Pro 3 with 16.04

  22. 22

    How to single boot on surface pro 3 delete windows and format the ssd

  23. 23

    Microsoft Surface Pro 3 camera not working with Ubuntu 14.04

  24. 24

    StylusEvent on Windows Surface Pro

  25. 25

    13.10 bricks Surface Pro?

  26. 26

    13.10 bricks Surface Pro?

  27. 27

    Windows Phone 8.1 Emulator Error in Windows 8.1 Pro 64-Bit - Surface Pro 3

  28. 28

    Howto pass commands to the linker script via .pro file (Qt)

  29. 29

    USB port on my Surface 3 died. Is it possible to boot a Surface 3 from the MicroSD card to reinstall the OS?

HotTag

Archive