Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nqpz/futcam
Run Futhark on your webcam! :computer: :movie_camera: :art:
https://github.com/nqpz/futcam
futhark realtime webcam
Last synced: 26 days ago
JSON representation
Run Futhark on your webcam! :computer: :movie_camera: :art:
- Host: GitHub
- URL: https://github.com/nqpz/futcam
- Owner: nqpz
- License: gpl-3.0
- Created: 2016-09-21T19:01:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T20:48:25.000Z (7 months ago)
- Last Synced: 2024-04-17T00:32:33.344Z (7 months ago)
- Topics: futhark, realtime, webcam
- Language: Futhark
- Homepage:
- Size: 118 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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.