Crazy-Marvin/Morse

Morse signal recognition through a phone camera

Open

#196 opened on Jul 18, 2024

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Java (38 forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (188 stars)
PR merge metrics
 (PR metrics pending)

Description

:bulb: Describe the solution you'd like

Please add the ability to receive a Morse signal through the camera on your phone. I film someone showing me a signal and the signal is recognized through the camera.

:bar_chart: Describe alternatives you've considered

no alternatives

:page_facing_up: Additional context

I turn on the camera and point it at the Morse signal and a message appears. The algorithm will be like this. detect sudden changes in the brightness of a group of pixels in one place on the screen.

:raising_hand: Do you want to develop this feature yourself?

  • Yes
  • No. I don't know how to program for android

Contributor guide