From 2205adcfa239e5463a8e1abdbbcc14dc79a0197e Mon Sep 17 00:00:00 2001
From: dronus <paul.geisler@web.de>
Date: Tue, 10 Aug 2021 23:05:30 +0200
Subject: [PATCH] comment description / credits

---
 linescan.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/linescan.py b/linescan.py
index 026dc72..a66be9f 100755
--- a/linescan.py
+++ b/linescan.py
@@ -1,5 +1,12 @@
 #!/usr/bin/python3
 
+# SOUNDOFWOOD wood scanner
+#
+# drives midi notes in respect to the texture of a log of wood moving along under a line scanned by the camera
+#
+# Developed by Abhilash Nagisetty, Paul Geisler and Prateek Vijan
+
+
 # import the necessary packages
 #from pyimagesearch.tempimage import TempImage
 from psonic import *
-- 
GitLab