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.
- iOS device with a TrueDepth camera. (A device without a TrueDepth camera can be used as well, but it will only support touch as the input mode)
- Some morse code basis:
- Comprehensive understanding of the morse code tree:
- Run the app.
- Blink away (or tap, depending on the input mode).
- "short" blink: dot.
- "long" blink: dash.
- To reset the transcribed text, tap on the transcription label.
- To adjust timing, see the
Timing
struct inViewController
. - To use touch as the preferred input mode, update the
preferredInputMode
constant inViewController
.
Alejandro Cotilla, @acotilla91
Morse Vision is available under the MIT license. See the LICENSE file for more info.