Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
51
camera sh
Guest on 25th August 2022 04:39:26 AM
#!/bin/bash
DATE
=$
(
date
+
"%Y-%m-%d_%H%M%S"
)
raspistill
-n
-w
352
-h
240
-o
/
home
/
pi
/
time-lapse
/
pics
/
$DATE
.jpg
Raw Paste
#!/bin/bash DATE=$(date +"%Y-%m-%d_%H%M%S") raspistill -n -w 352 -h 240 -o /home/pi/time-lapse/pics/$DATE.jpg
Login
or
Register
to edit or fork this paste. It's free.