|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn754641913 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
110926s2011 caua o 000 0 eng d |
010 |
|
|
|a 2011293626
|
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CUS
|d COO
|d OCLCQ
|d N$T
|d OCLCQ
|d YDXCP
|d WAU
|d DEBSZ
|d TEFOD
|d OCLCQ
|d E7B
|d TEFOD
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d FEM
|d OCLCQ
|d MERER
|d OCLCQ
|d OCLCO
|d OCLCF
|d BRL
|d CEF
|d AU@
|d WYU
|d UAB
|d OCLCQ
|d UKAHL
|d VT2
|d OCLCQ
|d OCLCO
|d RDF
|d MM9
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 861531804
|a 968090048
|a 968988914
|a 1062895470
|a 1103257842
|a 1129336486
|a 1153036376
|a 1171360599
|a 1179798854
|a 1192331718
|
020 |
|
|
|a 9781449315979
|q (electronic bk.)
|
020 |
|
|
|a 1449315976
|q (electronic bk.)
|
020 |
|
|
|a 9781449315429
|q (electronic bk.)
|
020 |
|
|
|a 1449315429
|q (electronic bk.)
|
020 |
|
|
|z 9781449308469
|q (pbk.)
|
020 |
|
|
|z 1449308465
|q (pbk.)
|
029 |
1 |
|
|a DEBSZ
|b 368474771
|
029 |
1 |
|
|a HEBIS
|b 291541771
|
029 |
1 |
|
|a AU@
|b 000067113356
|
035 |
|
|
|a (OCoLC)754641913
|z (OCoLC)861531804
|z (OCoLC)968090048
|z (OCoLC)968988914
|z (OCoLC)1062895470
|z (OCoLC)1103257842
|z (OCoLC)1129336486
|z (OCoLC)1153036376
|z (OCoLC)1171360599
|z (OCoLC)1179798854
|z (OCoLC)1192331718
|
037 |
|
|
|a B469FACE-EF43-463F-A18E-15D8B0672915
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.8.I64
|b A468 2011eb
|
072 |
|
7 |
|a COM
|x 051370
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Allan, Alasdair.
|
245 |
1 |
0 |
|a Basic sensors in iOS /
|c Alasdair Allan.
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly,
|c ©2011.
|
300 |
|
|
|a 1 online resource (xi, 89 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a What really sets the iPhone apart from laptops and PCs is its use of onboard sensors, including those that are location-enabled. This concise book takes experienced iPhone and Mac developers on a detailed tour of iPhone and iPad hardware by explaining how these sensors work, and what they're capable of doing. With this book, you'll build sample applications for each sensor, and learn hands-on how to take advantage of the data each sensor produces. You'll gain valuable experience that you can immediately put to work inside your own iOS applications for the iPhone, iPod touch, and iPad. This book helps you focus on: Camera: learn how to take pictures and video, create video thumbnails, customize video, and save media to the photo album Audio: use the media picker controller and access the iPod music library in your own application, and enable your app to record and play sampled audio Accelerometer: write an application that uses this sensor to determine device orientation Magnetometer: learn how this sensor verifies compass headings Core Motion: use this framework to receive motion data from both the accelerometer and the vibrational gyroscope This short book is part of a collection that will, along with new material, be compiled into a larger book, iOS Sensor Programming. The other books in this collection are Augmented Reality in iOS, Geolocation in iOS, and iOS Sensor Apps with Arduino.
|
505 |
0 |
|
|a Table of Contents; Preface; Who Should Read This Book?; What You Should Already Know?; What Will You Learn?; What's In This Book?; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. The Hardware; Available Sensor Hardware; Differences Between iPhone and iPad; Device Orientation and the iPad; Going beyond basic support; Detecting Hardware Differences; Camera Availability; Audio Input Availability; GPS Availability; Magnetometer Availability; Setting Required Hardware Capabilities; Persistent WiFi; Background Modes
|
505 |
8 |
|
|a Chapter 2. Using the CameraThe Hardware; Capturing Stills and Video; Video Thumbnails; Video Thumbnails Using the UIImagePicker; Video Thumbnails Using AVFoundation; Saving Media to the Photo Album; Video Customization; Chapter 3. Using Audio; The Hardware; Media Playback; Recording and Playing Audio; Recording Audio; Playing Audio; Chapter 4. Using the Accelerometer; About the Accelerometer; Writing an Accelerometer Application; Determining Device Orientation; Determining Device Orientation Directly Using the Accelerometer; Obtaining Notifications when Device Orientation Changes
|
505 |
8 |
|
|a Which Way Is Up?Convenience Methods for Orientation; Detecting Shaking; Chapter 5. Using the Magnetometer; About the Magnetometer; Writing a Magnetometer Application; Determining the Heading in Landscape Mode; Measuring a Magnetic Field; Chapter 6. Using Core Motion; Core Motion; Pulling Motion Data; Pushing Motion Data; Accessing the Gyroscope; Measuring Device Motion; Comparing Device Motion with the Accelerometer; Chapter 7. Going Further; The iPhone SDK; Geolocation and Maps; Third-Party SDKs; Speech Recognition; Computer Vision; Augmented Reality; External Accessories
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a iOS (Electronic resource)
|
630 |
0 |
7 |
|a IOS (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a iOS (Electronic resource)
|2 fast
|
650 |
|
0 |
|a iPhone (Smartphone)
|x Programming.
|
650 |
|
0 |
|a iPod touch (Digital music player)
|x Programming.
|
650 |
|
0 |
|a iPad (Computer)
|x Programming.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a iPhone (Téléphone intelligent)
|x Programmation.
|
650 |
|
6 |
|a iPod touch (Lecteur de musique numérique)
|x Programmation.
|
650 |
|
6 |
|a iPad (Ordinateur)
|x Programmation.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Apple Programming.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Allan, Alasdair.
|t Basic sensors in iOS.
|b 1st ed.
|d Sebastopol, CA : O'Reilly, ©2011
|z 9781449308469
|w (DLC) 2011293626
|w (OCoLC)754846541
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449309480/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26901796
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26903421
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10758988
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415529
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 9340084
|
994 |
|
|
|a 92
|b IZTAP
|