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
#!/bin/bash | |
# recordCam.sh | |
# ------------ | |
# This script saves the live video from the Foscam IP camera to a full-quality mp4 file. | |
# I chose to split the files every 15 minutes (900 seconds), to quickly find the time I need. | |
# Note: audio is not saved as my cameras don't have a microphone connected to them. | |
# ----------- | |
# Author: @LucaTNT | |
# License: BSD |