gpt4 book ai didi

c# - Windows 8 上 Windows Phone 的 Motion API 的直接等效项是什么?

转载 作者:可可西里 更新时间:2023-11-01 09:34:30 26 4
gpt4 key购买 nike

我正在尝试将 Windows Phone 程序移植到 Windows 8,但是为了定位,Motion API 用于我有如下代码行

            If Motion.IsSupported Then
motion = New Motion With {.TimeBetweenUpdates = Me.TargetElapsedTime}
End If

If motion IsNot Nothing Then
Try
motion.Start()
Catch
End Try
End If

Dim matrix As Matrix = motion.CurrentValue.Attitude.RotationMatrix

我能找到的最接近的是 OrientationSensor,因为它提供了旋转矩阵。但我不确定,因为还有其他传感器,如倾角计、加速度计等。我应该使用哪一个是最直接的端口?

最佳答案

OrientationSensor 是等效的。它结合了来自不同传感器的数据,就像 Windows Phone 中的 Motion API 一样。

来自MSDN Library :

If available, the OrientationSensor projection is recommended; if not available, you may combine the accelerometer, gyrometer, and compass to obtain similar results.

关于c# - Windows 8 上 Windows Phone 的 Motion API 的直接等效项是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16620142/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com