prototype for a camera server client plus CLI control script
This commit is contained in:
6
cameras/utils.py
Normal file
6
cameras/utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
def intify(*args):
|
||||
return [int(round(i)) for i in args]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user