openFrameworks based live video looper made for the Raspberry Pi 3, with a Pi Camera v2, or NVidia Jetson with a USB webcap.
ConsoleListener.h
- used for debugging in console on the PiConsts.h
- definition of application parametersmain.cpp
- application; set up openGL context, link to main classofApp.cpp
- main functions for init, update and drawofApp.h
- goes with ofApp.cppUtils.cpp
- helper functions for math and suchUtils.h
- goes with Utils.cppvidLayer.cpp
- main class to handle a video layer; includes memory allocaiton, rendering, updating, and real-time controlvidLayer.h
- goes with vidLayer.cpp