DynamicGoose / W4ve

Improves upon the OscilloscopePlayer by YJBeetle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W4ve

W4ve: Oscilloscope Video Player

W4ve aims to be an improved version of the Oscilloscope Player by YJBeetle.

How it works

To get the outlines of the objects in the video it is run through edge detection. Now that we have the edges we can take that data and run a path calculation, which then gets encoded to an audio signal and is output via the sound card. The signal needs to be connected to the left and right channels of an oscilloscope in XY-mode respectively.

Improvements

implemented

  • english translation

in developement

  • better documentation
  • more userfriendly UI

planned

  • optimized code
  • binaries for download

!!IMPORTANT!!

This project is in the early stages of developement! It is usable but will most likely take a bit of fiddeling around to get it working. A detailed Documentation is in the works.

Demo Video of the original Oscilloscope Player by YJBeetle

https://youtu.be/VOMl51j2kIk

About

Improves upon the OscilloscopePlayer by YJBeetle

License:Apache License 2.0


Languages

Language:C++ 89.8%Language:CMake 10.2%