We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584cc5b commit d09369eCopy full SHA for d09369e
Wearable_Time_Lapse_Camera/timelapse.py
@@ -27,7 +27,7 @@
27
PREFIX = "img" # Image prefix (MUST NOT CONTAIN NUMBERS)
28
HALT_PIN = board.D21 # Halt button GPIO pin (other end to GND)
29
LED_PIN = board.D5 # Status LED pin (v2 Pi cam lacks built-in LED)
30
-COMMAND = "libcamera-still -n --width {width} --height {height} -q {quality} --thumb none -t 250 -o {outfile}"
+COMMAND = "libcamera-still -n --width {width} --height {height} -q {quality} --thumb none -t 250 -o {outfile}" # pylint: disable=line-too-long
31
# COMMAND = "raspistill -n -w {width -h {height} -q {quality} -th none -t 250 -o {outfile}"
32
33
def main():
0 commit comments