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. ARCGIS获取图层下的要素信息及要素类转换为要素

    /// <summary> /// 得到需要的字段名和字段值 /// </summary> /// <param name="layer">&l ...

  2. Properties文件,Data,Calendar类的使用

    package cn.hncu.day9; import java.io.FileInputStream;import java.io.FileNotFoundException;import jav ...

  3. linux下实现redis共享session的tomcat集群

    为了实现主域名与子域名的下不同的产品间一次登录,到处访问的效果,因此采用rediss实现tomcat的集群效果.基于redis能够异步讲缓存内容固化到磁盘上,从而当服务器意外重启后,仍然能够让sess ...

  4. 什么是JavaScript?

  5. SQL循环+游标

    /****** Script for SelectTopNRows command from SSMS  ******/use DB  declare @id bigint   DECLARE cur ...

  6. CI 笔记 easyui 结合后,左侧导航跳转问题

    1. 在进行时,还没有做完整个项目时,可能不是最终稿 2. 从数据库中nav表中,读出url地址,然后,从admin中,重写这些url跳转 3. 在admin的控制器中,跳转写的并不完美, publi ...

  7. .NET 互操作

    首先推荐一本书<精通.NET 互操作> ,这本书是目前中文资料里讲 互操作最详尽的书了. 做系统集成项目的同学应该都和设备打过交道(如视频设备:海康.大华等),在大多数情况下这些设备厂商会 ...

  8. 实习之vim基本学习

    最近实习学到了写vim的基本用法,记录一下 批量注释 ctrl+v进入列模式,按“I”进入插入模式,按// #等在每行开头插入注释,esc 批量去除注释 ctrl + v 进入列模式,按“x”即可. ...

  9. NoSql之Redis使用(一)

    一.安装 1.下载安装包: 官方网站:redis.io 官方推荐windows版本:https://github.com/MSOpenTech/redis 2:下载压缩包,解压后如下 redis-se ...

  10. ASP.NET中扩展FileUpload的上传文件的容量

    ASP.NET中扩展FileUpload只能上传小的文件,大小在4MB以内的.如果是上传大一点的图片类的可以在web.config里面扩展一下大小,代码如下 <system.web> &l ...