Zoom 4310B Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para não Zoom 4310B. Grocery Shopping Assistant for the Blind (GroZi) Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 54
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 0
1
Grocery Shopping Assistant for the Blind
(GroZi)
UCSD TIESSpring 2009
Faculty Advisor:
Serge Belongie
Student Advisors:
Hourieh Fakourhar
Peter Faymonville
Tess Winlock
Community Client:
National Federation of the Blind (NFB)
Client Representative:
John MillerNFB Representative
Team Members:
Jaina Chueh, Grace Sze-en Foo, Bonnie Han, Steven Matsusaka
Thomas Mueller, Jasmine Nourblin, Amalia Prada
Amir Shirkhani, Michael Tran, Jeffrey Wurzbach
Vista de página 0
1 2 3 4 5 6 ... 53 54

Resumo do Conteúdo

Página 1 - UCSD TIES—Spring 2009

1 Grocery Shopping Assistant for the Blind (GroZi) UCSD TIES—Spring 2009 Faculty Advisor: Serge Belongie Student Advisors: Hourieh Fakourha

Página 2

10  Output the x, y, z-positions, roll and yaw of the wiimote when the button B is pressed. Also prints out when the button B was pressed.

Página 4 - Introduction

12 Geiger counter vs. 5 Wiimote Model The wiimote subteam was able to successfully establish connection and implement simple software needed for init

Página 5

13 Radius, m Frequency, Hz 7.62 0.2 6.10 0.25 3.05 0.33 1.52 0.5 0.76 1 0.30 2 Initial Testing and Results Initial tests were performed on the Ge

Página 6 - Wiimote-Bluetooth

14 Mechanical Design Introduction The goal of the mechanical and hardware design subsection of the Haptics section is to explain what advances in t

Página 7

15 The clear plate on the top of the assembly will be made from acrylic. Acrylic can be given smooth edges that are required for a human-weara

Página 8

16 1. Stable mounting for two IR LEDs 2. Switch with off position marked in a way that can be felt 3. LEDs emit 940nm IR light The Block Zero bui

Página 9

17 What’s next? The next steps are to fabricate the designed parts and then test them in the context of the complete Haptics and vision system. In

Página 10

18 Experimental Design Introduction The goal of the Experimental Design subsection, as part of the Haptics section, is to create tests and methods

Página 11

19  Some Tide competitors include: Gain, Sunburst, Sun Classic, Cheer, Dreft, Arm & Hammer, All, and generic store brands. To answer the afo

Página 12

2 Table of Contents INTRODUCTION……………………………………………………………………………………………………….4 APPROACH AND METHODOLOGY……………………….…………………..……………………………….5 WIIMOTE-BLUETOO

Página 13

20 The third and final board made this quarter, “Soylent Soup,” improves again upon the second board. It also utilizes anatomical shelf spacing (10”

Página 14 - Mechanical Design

21 During Week 10 of Spring quarter, a rough experiment was performed using the Soylent Soup board (pictured above). The experiment is outlined below

Página 15

22 Trials 6&7 average: 9.705 seconds Trials 2-5 average: 18.35 seconds These averages suggest that the Left/Right/Up/Down instructions are benef

Página 16

23 3) A fourth party trails the blind user and simulates the computer vision system, which works like a Geiger Counter. As the user gets closer to th

Página 17

24 Mouse-Click Recorder Program What is the Mouse Click Recorder Program? The Mouse Click Recorder is a new software program that increases the

Página 18 - Experimental Design

25 Example of Applicability of Program The Mouse Click Recorder program has applicability to blind professionals in a number of jobs. Given an image

Página 19 - Figure 5: Soylent Laundry

26 Mouse Click Recorder Installation Procedures Downloading Java Runtime Environment 1. Go to http://java.com/en/download/index.jsp 2. Click o

Página 20 - Figure 7: Soylent Soup

27 Running the Mouse Click Recorder User Interface  Image details: Display the description of the image – filename, pixel width and pixel h

Página 21

28 Generated Output File Format The MCR program will generate an output file with the same name as the image that was clicked. i.e. Given a file na

Página 22

29 Mouse Click Recorder Tutorial Step-by-step instructions on how to get started with the Mouse Click Recorder Program. 1. Start the program. Do

Página 23

3 List of Tables and Figures LIST OF TABLES Table 1: Relationship Between Radius and Frequency………………………………….…………………13 Table 2: Experimental Design

Página 24 - Mouse-Click Recorder Program

30 4. Select an image. Select a picture. Doing so would cause the image to show up in the right hand side of the MouseClickWindow. Let’s select br

Página 25

31 6. Single click vs. Multiple click. a. Record a point with a label. Single click: Click on the Single option. Enter a label in the textbox, pre

Página 26

32 Mouse Click Recorder Code * The Mouse Click Recorder is written in JAVA and uses the Swing library. How an image is fetched and displayed in the

Página 27

33 How a Mouse Click is fetched and passed on to be saved : Call Hierarchy to get a Mouse Click: MouseClickWindow() constructor  initComponent

Página 28

34 It stores the passed in point that was selected It Calls saveAnnotation() on the point and the label in the Commentfield. if( this.selectMod

Página 29

35 How a label is fetched and passed on to be saved in text : Call Hierarchy to get a Mouse Click: MouseClickWindow() constructor  initComponents

Página 30 - Enter Label

36 How a label is passed in to a text : saveAnnotation() takes in (File directory, String fileName, int x, int y, String label, string) as its para

Página 31

37 bw.write("=========================================" +System.getProperty("line.separator")); bw.write("'MouseClick

Página 32

38 String temp = file.getPath().substring(0,file.getPath().length()-4) + ".txt"; File tempFile = new File(temp); if(temp

Página 33

39 Ripping the Microsoft Bluetooth Stacks 1) Download installation packages  You may download the WIDCOMM drivers from http://www.rapidsharedownl

Página 34

4 Introduction There are currently 1.3 million legally blind people living in the United States who face daily obstacles with routine tasks, especia

Página 35

40  If your device is found, then look again and confirm that your VID and PID numbers match exactly then and only then may you skip to Step 4 -=-

Página 36

41 take everything else with it.) You can uninstall devices simply by Right clicking them and selecting Uninstall. 5) Disabling Microsoft Bluetooth

Página 37

42 7. Once Vista is done installing the various devices then click Finish in the installer to close it. You’ll now notice You’ll have the Bluetooth

Página 38 - if(tempFile.exists())

43 List of Compatible and Incompatible Bluetooth Devices Compatible Bluetooth devices (http://wiibrew.org/wiki/List_of_Working_Bluetooth_Devices) W

Página 39

44  "Billionton Class 1" (Fake - is really Silicon Wave). LED is centered, red and flashes. Hardware IDs: USB\Vid_0c10&Pid_0000&R

Página 40

45 or accelerometer data. Wiinremote recognizes the device but can't receive any data.  (Jan 19-2008) The bluesoleil hack for this device som

Página 41

46  GBU321 worked perfectly on Vista Ultimate computer with serial IOGear driver.  Used GlovePIE Bluetooth Fix and GlovePIE is able to change th

Página 42 - 7) Installing your device

47  Motion Computing LS800 internal Bluetooth adapter - Cambridge Silicon Radio BC417 (CSR BlueCore4) VID_10AB&PID_1005&REV_1657 - Works wi

Página 43

48  TrendNet TBW-101UB (BlueSoleil)(also ships with WIDCOMM stack ver 5.1 which gives access denied in wiin remote - works when BT virtual keyboard

Página 44

49  Jabra A320s Bluetooth Stero USB Adapter. Wiimote pairs for brief second, then looses connection.  Jensen WBT431 (bought it for $10; recogniz

Página 45

5 Approach and Methodology This quarter, two projects were attended to. The mechanical aspect of GroZi, which is the major project this quarter, has

Página 46

50 be always able to finally connect to the wiimote via GlovePie. The regedit key "HKEY_LOCAL_MACHINE\SYSTEM\ControlSetXXX\Enum\BTHENUM\{0000112

Página 47

51 Computer Aided Design (CAD) Drafts CAD Draft of Camera Carrier

Página 48

52 CAD Draft of Shoulder Mount

Página 49

53 CAD Draft of Wiimote Carrier

Página 50

54 References 1. http://www.wiili.org/index.php/Compatible_Bluetooth_Devices 2. http://wiibrew.org/wiki/List_of_Working_Bluetooth_Devices (Compatible

Página 51 - CAD Draft of Camera Carrier

6 Wiimote-Bluetooth Why the Wiimote? The goal of the GroZi Parrot is to direct a blind user toward the desired grocery product through the strategi

Página 52 - CAD Draft of Shoulder Mount

7 problems faced this quarter was finding a Bluetooth device which worked with the Wiimote. After doing research the team was able to find a list of

Página 53 - CAD Draft of Wiimote Carrier

8 Java Code The original code that was used was the sample code by Michael Diamond which was included in the installation package downloaded from Wi

Página 54 - References

9  When there are at least 2 wiimotes connected, wiimote 2 is used to control wiimote 1. Several functions include: Press button “1” on wiimote

Comentários a estes Manuais

Sem comentários