Makefile: add a target for an "accumulate" effect
authorAntonio Ospite <ao2@ao2.it>
Sat, 10 Oct 2020 17:08:57 +0000 (19:08 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sat, 10 Oct 2020 17:08:57 +0000 (19:08 +0200)
Add a Makefile target for an "accumulate" effect based on threshold, it
can be handy for light painting with LEDs.

Makefile

index bd0d850..195d157 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,9 @@ l_anima_vola: opencv_trail_effect
 average: opencv_trail_effect
        ./opencv_trail_effect -l 10 -s background -d average -B
 
 average: opencv_trail_effect
        ./opencv_trail_effect -l 10 -s background -d average -B
 
+accumulate: opencv_trail_effect
+       ./opencv_trail_effect -b 0 -t 5 -l 25 -s threshold -d accumulate
+
 clean:
        rm -f *.o opencv_trail_effect vgdump gtk.suppression
 
 clean:
        rm -f *.o opencv_trail_effect vgdump gtk.suppression