Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeifang committed Jan 31, 2021
1 parent bd926bd commit 5074338
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# 1. Introduction
Holo-Gesture is a depth camera based human computer interaction infrastructure.

# 2. Install

# 3. Getting Started
# 2. Getting Started

## Pre-requests
Our code is fully written in C++ and build with Visual Studio 2019 Community.
Expand Down Expand Up @@ -47,7 +46,7 @@ Download HoloGesture.zip file downloaded from this github page. Unzip and you wi
Please run `VC_redist.x64.exe` to install visual c++ denpendency then run `HoloGesture.exe`. A terminal should pop-up and logging some necessery information.

Plesae refer to [Usage section](#Usage) for how to navigate in 3D with gestures
# 4. Usage
# 3. Usage
After Launching `HoloGesture.exe` you can start to play around with gestures. Currently all the gesture presets are refer to absolute coordinate frame of Azure Kinect. Relative coordinate frame feature would be added in future releases.

**Supported Gestures**
Expand All @@ -67,10 +66,13 @@ Left hand come from far left and stop in approximately 30 degree to the left fro
Left hand stay at lower left until conversation with Cortana done. Move away would close cortana window.
![Cortana](https://github.com/yifeifang/HoloGesture/blob/gesture_object/gifs/cortana.gif)

# 5. Roadmap

# 6. FAQs
# 4. Future Roadmap
1. QT based GUI that provide user ability to do customization work in house
2. Relative coordinate frame support
3. Library for various presets and 3rd part application support (3D modeling software)
# 5. FAQs

# 7. Contact
# 6. Contact
**Author: [email protected]**

# 8. Acknowledgements
# 7. Acknowledgements

0 comments on commit 5074338

Please sign in to comment.