mirror of
https://gitlab.com/imvec/picapikap.git
synced 2025-12-11 16:49:57 +01:00
Update PicaPiKAP.py
This commit is contained in:
@@ -19,7 +19,7 @@ camera = PiCamera()
|
||||
camera.resolution = (3280, 2464)
|
||||
#camera.led = False
|
||||
|
||||
with open("/home/pi/PicaPiKAP/media/datalog.csv", "a") as log:
|
||||
with open("/home/pi/PicaPiKAP/datalog.csv", "a") as log:
|
||||
|
||||
while True:
|
||||
tiempo = (time.strftime("%y%b%d_%H:%M:%S_"))
|
||||
|
||||
Reference in New Issue
Block a user