Principlesof Motion Sensing

Various sensors capable of detecting motionin free space have been commercially available for several decades and havebeen used in automobiles, aircraft and ships. Initial size, power consumptionand price, however, prevented their mass adoption in consumer electronics untilthe past few years.

While there are other motion sensortechnologies available, the following four fundamental motion sensors are themost relevant for tracking motion for consumer electronics:

Accelerometers (G-sensors)


Accelerometers measure linear accelerationand tilt angle. Single and multi-axis accelerometers detect the combinedmagnitude and direction of linear and gravitational acceleration. They can beused to provide limited motion sensing functionality. For example, a devicewith an accelerometer can detect movement from a vertical to horizontal statein a fixed location. As a result, accelerometers are primarily used for sensingdevice orientation with respect to gravity, and delivering simple functions,such as changing the screen on a mobile device from portrait to landscape mode.

Gyroscopes (Gyros)


Gyroscopes measure the angular rate ofrotation about one or more axes. Gyroscopes can measure complex motionsaccurately in free space, hence, making it a required motion sensor fortracking the position and rotation of a moving object. Unlike accelerometersand compasses, gyroscopes are not dependent on any external forces such asgravity or magnetic fields, and can therefore function fairly autonomously.

Magnetic Sensors (E-Compasses)


Compasses are used to detect heading basedon the Earth’s magnetic field. Consumer electronics applications for eCompassesinclude correctly orienting a down-loaded map on a mobile screen or providingbasic heading information for navigation applications. As the earth’s magneticfield is relatively weak compared to magnetic interference from electronicequipment and building materials, the compass sensor output can easily beimpacted by varying environmental conditions particularly indoor. As such,eCompasses require frequent calibration in order to maintain their headingaccuracy.

Pressure Sensors (Barometers)


Pressure sensors measure relative and absolute altitude through theanalysis of changes in the atmospheric pressure. Pressure sensors are beingused in consumer devices for sports and fitness, and for location-basedapplications where map information can be adjusted as a consumer moves todifferent floors in a building.

http://www.invensense.com/mems/principles.html

Principles of Motion Sensing的更多相关文章

  1. Minieye杯第十五届华中科技大学程序设计邀请赛现场同步赛 I Matrix Again

    Minieye杯第十五届华中科技大学程序设计邀请赛现场同步赛 I Matrix Again https://ac.nowcoder.com/acm/contest/700/I 时间限制:C/C++ 1 ...

  2. 极客时间-左耳听风-程序员攻略-UI/UX设计

    程序员练级攻略:UI/UX设计 学习设计新手, 7 steps to become a UI/UX designer 学习设计的一些原则和套路,如配色.平衡.排版.一致性等. 用户体验的 4D 步骤- ...

  3. Computer Vision_33_SIFT:Robust scale-invariant feature matching for remote sensing image registration——2009

    此部分是计算机视觉部分,主要侧重在底层特征提取,视频分析,跟踪,目标检测和识别方面等方面.对于自己不太熟悉的领域比如摄像机标定和立体视觉,仅仅列出上google上引用次数比较多的文献.有一些刚刚出版的 ...

  4. 论文阅读笔记(十四)【AAAI2020】:Appearance and Motion Enhancement for Video-based Person Re-identification

    Introduction 本文的贡献:提出了基于视频的行人重识别模型:Appearance and Motion Enhancement Model(AMEM).该模型对两类信息进行提取:提出了App ...

  5. Principles of measurement of sound intensity

    Introduction In accordance with the definition of instantaneous sound intensity as the product of th ...

  6. Rigid motion segmentation

    In computer vision, rigid motion segmentation is the process of separating regions, features, or tra ...

  7. 一个简单的游戏开发框架(七.动作Motion)

    发现还没谈到最基本也是最重要的问题,怎么画图,画动画? 在原版cocos2d-x里画动画比较麻烦,见cocos2d-x学习笔记04:简单动画 cocostudio扩展出CCArmature类,就比较简 ...

  8. Android Design Principles

    Android Design Principles Enchant Me Delight me in surprising ways 用惊奇的方式取悦用户 漂亮的界面,仔细放置的动画,一个恰到时机的音 ...

  9. linux下motion摄像头监控编译与配置

    利用linxu下的开源的motion搭建嵌入式视频动态监控系统 所谓移动图像监测,简单来说就是利用摄像头定点监测某个区域,当有移动物体经过时,摄像头便自动抓拍(要监测多大物体.按拍照速率都是可调的), ...

随机推荐

  1. 插入ts以及判断列是否存在(支持多数据库)

    1:增加ts.dr字段,先判断ts.dr字段是否存在,其中ts字段插入的是日期,默认值为当前插入的时间,dr字段是数值型,默认值为0 * 增加ts/dr字段 * * @param tableList ...

  2. oracle数据快速删除

    上文说了创建数据还原点的事,数据恢复的前提是我们在删除的时候使用了delete命令来删除,delete在删除的过程中会写日志(所以我们的数据才能够恢复),当然,写日志会导致删除速度变慢.如果我们使用t ...

  3. Ⅳ.AngularJS的点点滴滴-- 服务

    服务(Angularjs很多方法都是服务组成的) 1.使用service方法创建的单例服务 <html> <script src="http://ajax.googleap ...

  4. Android开发之View重写相关API-onLayout,onMeasure,MeasureSpec

     1.onLayout android.view.ViewGroup protected void onLayout(boolean changed, int l, int t, int r, int ...

  5. Java基础知识强化之网络编程笔记02:Socket通信原理图解

    1. Socket (1)Socket套接字  网络上具有唯一标识的IP地址和端口号组合在一起才能构成唯一能识别的标识符套接字 (2)Socket原理机制:  • 通信两端都有Socket.  • 网 ...

  6. Migration of ASP.NET app from IIS6 to IIS7 (7.5)

    For many of us familiar problem. You developing applications under IIS6 and you're about to move the ...

  7. Twisted介绍

    Twisted诞生于2000年初,作者为Glyph,目的是为了开发网络游戏. Twisted的历史 Glyph开始采用Java多线程,来开发Twisted Reality,结果多线程使得开发变得复杂, ...

  8. Ubuntu 13.04 配置Cocos2d-x记录

    装备工作: 下载JavaJDK  http://www.oracle.com/technetwork/java/javase/downloads/index.html 下载NDKhttp://deve ...

  9. Qt XML的使用

    Qt中对于XML文件的写入有两种方式,一个是使用QXmlStreamWriter,另一个则为使用Dom.stream流的形式相对来说更加灵活,而且适合处理大文件.Dom方式由于是将内容加载到了内存中进 ...

  10. Java学习----Math函数

    public class TestMath { public static void main(String[] args) { System.out.println(Math.E); System. ...