c# - wiimote中加速度计的刷新率是多少?

标签 c# visual-studio wii wiimote

有谁知道wiimote中加速度计的刷新率是多少?有没有办法使用 Visual C# 找出答案?

最佳答案

根据 this page 每 5.02 毫秒(~200Hz) (其中包含大量重要信息,主要是指向其他文章的链接)。

Data from with tk.wii object is 8-bit data reported every 5.02 milliseconds on average (with a 4.90 median and 5.86 in one test). The data is represented as a 0.0-1.0 value the tilt of the controller occupying 21% of that range – tilt values for the X-and Y-axis range from 0.396 to 0.608 with sharp accelerations using the entire range.

这可能不仅取决于设备的功能,还取决于您与它的连接。

关于c# - wiimote中加速度计的刷新率是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3093564/

相关文章:

3d - 马里奥银河载入中?

c# - 将序列化对象迁移到新版本

c# - Visual Studio Online Build - web.config 连接字符串 configSource

c# - SQL Server 数据库与我在 c# 中的项目同步

sql-server - 使用 SSIS 映射硬编码值作为 Visual Studio 中一对多表迁移的一部分

visual-studio - 缺少 Visual Studio 性能探查器

emulation - 如何对游戏机进行逆向工程以创建模拟器?

c++ - 在 C++ 中获取无线强度信号

c# - 文档管理系统-架构设计问题

c++ - 如何解决 C++ 中的这个运行时错误? - "Stack around variable was corrupted"