Skip to content

Commit

Permalink
Move eclipse projects to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Jun 6, 2016
1 parent 64c3990 commit fabeee6
Show file tree
Hide file tree
Showing 93 changed files with 49 additions and 306 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -68,23 +68,23 @@ Read more:
- GDK
- [Camera App](gdk/camera-app)
- Basic Camera application with Camera preview - with "Hotfix" - post-XE11
- [Memo App] - *Andre Compagno*
- [Memo App](gdk/glass-memo) - *Andre Compagno*
- Voice Memo Application
- [Hello Glass](gdk/hello-glass)
- Basic "HelloWorld"
- [Location Example](gdk/location)
- Basic Location on Live Cards
- [Voice Example]
- [Voice Example](gdk/voice-example)
- Voice Recognition Example
- OpenCV or Android SDK
- [Glass Preview](sdk/camera-preview)
- "Hotfix" for Google Glass camera preview - post-XE11
- [Image Manipulation]
- Mixed Processing and Camera Control Tutorials
- Canny, Sobel, RGBA, Gray, Feature Detection, etc
- [Face Detection]
- [Face Detection](sdk/ocv-face-detection)
- "Hotfix" for Google Glass camera preview - post-XE11
- Optimization coming soon
- [Image Manipulation](sdk/ocv-image-manipulation)
- Mixed Processing and Camera Control Tutorials
- Canny, Sobel, RGBA, Gray, Feature Detection, etc


<a name="third-party"/>
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -34,7 +34,6 @@ allprojects {
}
}


tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
Expand Down
36 changes: 0 additions & 36 deletions examples-old/GlassMemo/README.md

This file was deleted.

Binary file removed examples-old/GlassMemo/ic_launcher-web.png
Binary file not shown.
20 changes: 0 additions & 20 deletions examples-old/GlassMemo/proguard-project.txt

This file was deleted.

9 changes: 0 additions & 9 deletions examples-old/OCV-ImageManipulation/.classpath

This file was deleted.

33 changes: 0 additions & 33 deletions examples-old/OCV-ImageManipulation/.project

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

15 changes: 0 additions & 15 deletions examples-old/OCV-ImageManipulation/project.properties

This file was deleted.

Binary file removed examples-old/VoiceExample/ic_launcher-web.png
Binary file not shown.
36 changes: 36 additions & 0 deletions gdk/glass-memo/README.md
@@ -0,0 +1,36 @@
Memo for Glass
=========

This is a simple notepad for Google Glass


- In order to access the app from the "ok glass" menu, say "memo". You will then be promted to choose between viewing you memos or creating a new one.

![Screenshot](screenshots/1.png)
![Screenshot](screenshots/2.png)
![Screenshot](screenshots/3.png)

- Saying "View memo" will create a LiveCard which contains a preview of your Memos. Initially there will be no memos.

![Screenshot](screenshots/4.png)

- In order to create a memo, say "ok glass" -> "memo" -> "Create memo". This will allow you to speak your memo.

![Screenshot](screenshots/5.png)

- The memo will now be saved and can be viewed from the LiveCard. This card will only display 5 memos.

![Screenshot](screenshots/6.png)

- In order to view all memos, tap on the card to open the menu and select "View memos"

![Screenshot](screenshots/7.png)

- This will open a new Timeline where you can scroll through all your memos.

![Screenshot](screenshots/8.png)

- Tapping on a card will open the menu where you can choose between having a memo read to you("Read aloud") or deleting a memo("Delete memo")

![Screenshot](screenshots/9.png)
![Screenshot](screenshots/10.png)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Expand Up @@ -6,15 +6,15 @@ This application is an example of how to get text from the voice recognition on
- The application publishes a card to the users timeline which displays what the user said

- The application can be launched by using the "voice example" voice command
![Screenshot](https://raw.github.com/jaredsburrows/OpenGlass/master/example-apps/Voice%20Example/screenshop-voice-trigger.png)
![Screenshot](screenshots/screenshop-voice-trigger.png)

- The user can then can talk and what they say will be recorded and transcribed to be used in the card
![Screenshot](https://raw.github.com/jaredsburrows/OpenGlass/master/example-apps/Voice%20Example/screenshot-regonition.png)
![Screenshot](https://raw.github.com/jaredsburrows/OpenGlass/master/example-apps/Voice%20Example/screenshot-text1.png)
![Screenshot](screenshots/screenshot-regonition.png)
![Screenshot](screenshots/screenshot-text1.png)

- If the the card is already published, the original text will simply be changed to the new text
![Screenshot](https://raw.github.com/jaredsburrows/OpenGlass/master/example-apps/Voice%20Example/screenshot-regonition2.png)
![Screenshot](https://raw.github.com/jaredsburrows/OpenGlass/master/example-apps/Voice%20Example/screenshot-text2.png)
![Screenshot](screenshots/screenshot-regonition2.png)
![Screenshot](screenshots/screenshot-text2.png)

License
========
Expand Down
17 changes: 0 additions & 17 deletions sdk/camera-preview/proguard-rules.pro

This file was deleted.

This file was deleted.

File renamed without changes.

0 comments on commit fabeee6

Please sign in to comment.