Created
August 28, 2015 16:45
-
-
Save zorbash/ee0c491de912cf4e37b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fname=/home/zorbash/Pictures/interval/`date +"%m_%d_%y_%H%M%S"` | |
| fswebcam -r 640x480 --jpeg 85 ${fname}.jpg | |
| convert ${fname}.jpg -resize 1920x1080 ${fname}.jpg | |
| export DISPLAY=:3 | |
| scrot ${fname}s.jpg | |
| montage -mode concatenate -tile 1x ${fname}s.jpg ${fname}.jpg ${fname}_combined.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A more general solution: