acotilla91 / Morse-Vision

More Vision is a simple app that utilizes ARKit to interpret blinks as morse code which are then transcribed to text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morse Vision

More Vision is a simple app that utilizes ARKit to interpret blinks as morse code which are then transcribed to text. Alternatively, touch input can be used as well.

Demo

Requirements

How to use

  1. Run the app.
  2. Blink away (or tap, depending on the input mode).
    • "short" blink: dot.
    • "long" blink: dash.
  3. To reset the transcribed text, tap on the transcription label.

Configuration

  • To adjust timing, see the Timing struct in ViewController.
  • To use touch as the preferred input mode, update the preferredInputMode constant in ViewController.

Author

Alejandro Cotilla, @acotilla91

License

Morse Vision is available under the MIT license. See the LICENSE file for more info.

About

More Vision is a simple app that utilizes ARKit to interpret blinks as morse code which are then transcribed to text.

License:MIT License


Languages

Language:Swift 100.0%