prototype for a camera server client plus CLI control script

This commit is contained in:
2020-06-20 18:47:15 +02:00
parent 41ea3fa084
commit 4c6101a13f
5 changed files with 256 additions and 0 deletions

6
cameras/utils.py Normal file
View File

@@ -0,0 +1,6 @@
def intify(*args):
return [int(round(i)) for i in args]