Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/el-hoshino/howawayareyou
HowAwayAreYou, or shorten as Haay, is an iPhone app to help you keeping social distance with people around you.
https://github.com/el-hoshino/howawayareyou
Last synced: 28 days ago
JSON representation
HowAwayAreYou, or shorten as Haay, is an iPhone app to help you keeping social distance with people around you.
- Host: GitHub
- URL: https://github.com/el-hoshino/howawayareyou
- Owner: el-hoshino
- License: apache-2.0
- Created: 2020-07-12T10:11:04.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-25T19:38:39.000Z (over 3 years ago)
- Last Synced: 2024-12-07T18:45:20.034Z (about 1 month ago)
- Language: Swift
- Size: 16.1 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HowAwayAreYou
HowAwayAreYou, or shorten as Haay, is an iPhone app to help you keeping social distance with people around you.
## Important Notice
1. This app is **NOT** for serious health-care nor medical use. Please contact your local health department for medical help if needed.
2. For the same reason above, this app is **NOT** able to be downloaded from App Store. Please use it **at your own risk**.
3. The distance between your iPhone and the object person is calculated by your iPhone's dual or triple rear camera module. Since it's using disparity data to calculate distance, and the disparity info itself is **not very precise**, it's almost impossible to get the precise distance.
4. Since it needs disparity info, at least **dual rear camera** on your iPhone is required.## Preview
![Preview Image](README_Resource/preview.gif)
## How to build
1. Run `bootstrap.sh` script to build the environment.
```sh
./bootstrap.sh
```2. Open `HowAwayAreYou.xcworkspace` with Xcode.
3. Run.
Please note that you'll need to join Apple Developer Program, as well as modifying code signing related info according to your ADP account, if you need to run / install the app on your iPhone device instead of a simulator.