From 0cce7028df6e7c7f1730f4512737200298ae3c8a Mon Sep 17 00:00:00 2001 From: Patrick Mohr <patrick.mohr@student.reutlingen-university.de> Date: Wed, 7 Jul 2021 07:41:58 +0000 Subject: [PATCH] Update comments --- iot_onsite_student__1_.py => iot_onsite_student.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename iot_onsite_student__1_.py => iot_onsite_student.py (77%) diff --git a/iot_onsite_student__1_.py b/iot_onsite_student.py similarity index 77% rename from iot_onsite_student__1_.py rename to iot_onsite_student.py index d3ece59..0de447b 100644 --- a/iot_onsite_student__1_.py +++ b/iot_onsite_student.py @@ -1,3 +1,8 @@ +################################################################################################################### +Ansicht des Studenten, welcher sich vor Ort befindet und durch Lichtsignale und Handheben mit dem Prof agieren kann. +#################################################################################################################### + + import cv2 import requests import time @@ -39,4 +44,4 @@ while True: break cap.release() -cv2.destroyAllWindows() \ No newline at end of file +cv2.destroyAllWindows() -- GitLab