Mike R
Mike R
The [waitkey](https://docs.opencv.org/3.0-beta/modules/highgui/doc/user_interface.html#waitkey) returns an ascii representation of the keystroke pressed, it would be really nice if we can catch this to keybindings for functions. Python example, load image, if 's'...
We currently have the ability to draw rectangles, it would also be cool if we can draw other circles, lines etc. [opencv drawing function doc](https://docs.opencv.org/3.0-beta/modules/imgproc/doc/drawing_functions.html)
Would be awesome to have an indication on how much time is left on a current song. Maybe even a bar indication?
When i try to launch the `playmusiccl` then I get following loading error: ``` load_entry_point('playmusiccl==0.6.2', 'console_scripts', 'playmusiccl')() File "/home/mikeyr/anaconda2/lib/python2.7/site-packages/setuptools-19.6.2-py2.7.egg/pkg_resources/__init__.py", line 547, in load_entry_point File "/home/mikeyr/anaconda2/lib/python2.7/site-packages/setuptools-19.6.2-py2.7.egg/pkg_resources/__init__.py", line 2719, in load_entry_point File...