Advertisement
Guest User

Untitled

a guest
Aug 6th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. day= date +%D
  4.  
  5. mkdir /home/seth/webcam/${day}
  6.  
  7. ffmpeg -f v4l2 -video_size 1280x720 -i /dev/v4l/by-id/usb-Microsoft_Microsoft®_LifeCam_Cinema_TM_-video-index0 -c png -vframes 2 -vf fps=1/2 /home/seth/webcam/${day}/cap%03d.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement