Chapter 8 Sensors and Camera. Figure 08.01: The Accelerometer can gauge the orientation of a stationary device.

Slides:



Advertisements
Similar presentations
TouchDevelop Create apps ON your phone! Peli de Halleux (Senior Software Developer) Microsoft Research.
Advertisements

TouchDevelop Chapter 5-7 Chapter 5 Audio Chapter 6 Camera, Graphics and Video Chapter 7 Sensors Mengfei Ren.
Mobile Handset Sensors. Outline Overview GPS Other Sensors 2.
Software Design Considerations. Abstract  Design and build a compact robot to traverse a maze  Use the robot to generate an ASCII representation of.
COLORING WITH NUMBERS. NumbersNumbers NumbersNumbers
Creating Mobile Apps with App Inventor! Day 4 Google search Kris Gordon Ludlow for links.
GPSBot08 System Overview.
I-SOBOT SOCCER Padmashri Gargesa Intelligent Robotics I I (Winter 2011)
Chapter 6 Color Image Processing Chapter 6 Color Image Processing.
Session 1.1. Windows Phone Topics Session 1.1 Windows Phone The Windows Phone Device.
Windows 8 empowers you to build apps that can seamlessly adapt to your customer’s environment using sensors and location.
Phone guide for people over 65. Not Smart Phones.
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
Chapter 16 Binary and Hexadecimal Numbers. §16.2 thru 16.3 – Addition and Subtraction of Binary Numbers Binary = Base 2 Addition and subtraction are similar.
TouchDevelop Create apps for all your devices
2011 NCIT Summer School Android Section. The NCIT Summer School High Performance Computing Embedded Systems Android.
Capture your favorite image Done by: ms.Hanan Albarigi.
Lecture # 9 Hardware Sensor. Topics 2  SensorManger & Sensor  SensorEvent & SensorEventListener  Example Application.
Take a leap towards the most promising technology
TouchLogger: Inferring Keystrokes on Touch Screen from Smartphone Motion Liang Cai and Hao Chen UC Davis.
Multi-device Organic 3D Sculpting through Natural User Interface Gestures BSci Honours - Bradley Wesson Supervisor – Brett Wilkinson.
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
Review Please bring a: pencil, eraser, protractor, compass and calculator.
Sensors – Part I SE 395/595.
Photo Album by User
Image Pool. (a)(b) (a)(b) (a)(c)(b) ID = 0ID = 1.
2.5D Cartoon Models SIGGRAPH 2010 Frédo DurandTakeo IgarashiAlec Rivers MIT CSAIL The University of Tokyo.
If you say 8 color the ones in your picture purple. If you say 9 color the ones in your picture blue.
Team 18: Humble Hubble The proposed project is a self-aiming telescope. This telescope will interface with a host device to populate a list of celestial.
K.B.H.POLYTECHNIC,MALEGAON CAMP, MALEGAON. Computer Hardware & Maintenance. S.Y.C.M/I.F Guided By :- Mr.K.S.Pawar. Lecturer in Computer Department.
Sensors in android. App being more applicable Keeping track of your heart beat while jogging. Pointing the phone camera towards the night sky to know.
Current Works Corrected unit conversions in code Found an error in calculating offset (to zero sensors) – Fixed error, but still not accurately integrating.
Current Works Determined drift during constant velocity test caused by slight rotation which results in gravity affecting accelerometers Analyzed data.
Color profiles in photography Bob Peters, GSFC Photo Club.
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
Sensors For Mobile Phones  Ambient Light Sensor  Proximity Sensor  GPS Receiver Sensor  Gyroscope Sensor  Barometer Sensor  Accelerometer Sensor.
Smart Lens Robot William McCombie IMDL Spring 2007.
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
MOBILE SENSORS BY OLIVIA TUFFS-MOULDS. ACCELEROMETER An accelerometer is a device, hidden in the motherboard of a smartphone, is a sensor which detects.
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
Make an information leaflet about what the sensors do in a Smart Phone for people over 65 years of age. You can use PowerPoint, Word or Publisher.
Understanding Mobile Devices, Interactions, and Tools Lesson 1.
The sensors guide fingerprint sensors rate monitor gyroscope camera
Slope introduction Notes Tuesday 11/4/14. Puff Puff Positive Nice Negative This is Zero Fun Undefined.
Gestures and Device Motion. Introduction Everyone has their own way of picking up and putting down their device Holding and using the device can determine.
Accelerometer based motion gestures for mobile devices Presented by – Neel Parikh Advisor Committee members Dr. Chris Pollett Dr. Robert Chun Dr. Mark.
CPE 490/590 – Smartphone Development
Procedure 1 Click(left) [Devices and Printers] [Refer to User Guide: p.44 for detailed explanations.]
App Inventor You are going to use App Inventor to make an application for your phone Smart Phone ‘s can hold many entertaining apps due to the amount of.
CHAPTER 8 Sensors and Camera. Chapter objectives: Understand Motion Sensors, Environmental Sensors and Positional Sensors Learn how to acquire measurement.
Get Ready E Your Room Part 2. What colours can you find in the photo? black blue brown green orange red white yellow colour.
Catch the Wave Wave Rate D = measured distance between sensors.
Augmented Reality And Virtual Reality.
Goal : Develop a software that converts arm movements into messages
Finch Robot Class L4 How do I… ? LED color (Range 0 to 100)
Mobile Handset Sensors
Chemical or Physical Change.
Longitude and Latitude Review
Blinkers ++ Team 5.
Name: _______________________________
Two ways to discuss color 1) Addition 2) Subtraction
Can I color yellow?. Can I color yellow?
Here are four triangles. What do all of these triangles have in common
Android Topics Sensors Accelerometer and the Coordinate System
What Color is it?.
Color Image Processing
Ratio: Converting ratio to fractions
What colour is it / are they?
Java-Assignment #4 (Due, April. 9, 2004)
Presentation transcript:

Chapter 8 Sensors and Camera

Figure 08.01: The Accelerometer can gauge the orientation of a stationary device

Figure 08.02: A gyroscope will return rate-of-rotation data for the three coordinate axes

Figure 08.03: The coordinate system for an Android phone

Figure 08.04: Tilt and pitch input for the Roaming Ball Application

Figure 08.05: The project structure of the Roaming Ball application

Figure 08.06: The layout design for activity_my.xml

Figure 08.07: The layout design for ball_item.xml

Figure 08.08: Magic Answer application supplies an answer when the user shakes the device

Figure 08.09: The project structure of the Magic Answer application

Figure 08.10: The user interface for activity_my.xml

Figure 08.11: The layout structure for input_layout.xml

Figure 08.12: Project structure for the Compass application

Figure 08.13: The orientation change will be determined along the x-axis

Figure 08.14: The Basic Camera application uses the built-in camera

Figure 08.15: Project structure for the Basic Camera application

Figure 08.16: Photographs with added filters

Figure 08.17: A photograph with swapped blue, red, and green values

Figure 08.18: A photograph with its color negated

Figure 08.19: The photo ASCII conversion application

Figure 08.20: Project structure for the photo ASCII conversion application

Figure 08.21: activity_my.xml layout structure