nqpz / futcam

Run Futhark on your webcam! :computer: :movie_camera: :art:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

futcam

Run Futhark code on a live webcam feed!

Run make to build the library, and then run ./futcam.py to run the program. Run ./futcam.py --help to see which settings exist.

Futhark: http://futhark-lang.org/ and https://github.com/HIPERFIT/futhark

Dependencies

futcam.py depends on Python 3, PyGame, NumPy, and OpenCV.

Keyboard controls

Use up and down arrow keys to navigate the filters.

Use left and right arrow keys to adjust a special variable sent to some of the filters.

Press Enter to activate a filter. Press backspace to deactivate it.

Press h to toggle the HUD.

Press q to exit.

About

Run Futhark on your webcam! :computer: :movie_camera: :art:

License:GNU General Public License v3.0


Languages

Language:Futhark 74.1%Language:Python 24.5%Language:Makefile 0.7%Language:Nix 0.7%