Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mosnfar committed Apr 2, 2024
1 parent 6d44b3b commit 1f434fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Connecting a camera to a Raspberry Pi through the on-board camera port or USB po

## 🔧 How to use

First of all, you should install dependencies like 'ffmpeg', 'rclone'. To do it use the command below:
First, you should install dependencies like 'ffmpeg', 'rclone'. To do it use the command below:

```bash
sudo apt update && sudo apt install ffmpeg rclone
Expand Down Expand Up @@ -81,7 +81,7 @@ Should change this before running this script according to your configuration.
- **LOG_DIR**: Where you want to store your system script logs and errors.
- **CAMERA_ADD**: Hardware address of video input (webcam|camera) to use.
- **DAY_OF_STORAGE**: By this variable, you can configure how many days should store the content.
- **MAX_STORAGE_SIZE**: This variable is used to manage Drive capacity and prevent extending from Google storage limit.
- **MAX_STORAGE_SIZE**: This variable manages Drive capacity and prevents extending from Google storage limit.
- **INTERVAL_DELAY**: This is the gap time between taking frames.

**Additional Variables**
Expand Down

0 comments on commit 1f434fd

Please sign in to comment.