Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-Dorta committed Sep 16, 2019
1 parent 39dcf36 commit 75cfc3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Scripts for embedded systems processing surveillance cameras' data

### cameraSort.go
Reads the content of the directory specified in the first argument (origin), takes all the files that starts with CAMIDyyyyMMdd (e.g. Interior20180217...) and puts them in destiny(second argument)/CAMID/yyyy/MM/dd
Reads the content of the directory specified in the first argument (origin), takes all the files that starts with CMIDyyyyMMdd (e.g. CAM120180217...) and puts them in destiny(second argument)/CAMID/yyyy/MM/dd

### rmOldCamera.go
Read the content of the first argument (path), which is structured like [path/]CAMID/yyyy/MM/dd/ and removes all the folders that are N (second argument) days old
Expand All @@ -12,3 +12,6 @@ Lists a large directory, not recursively, printing the result with the following

### fetchImage.go
Every second requests the picture provided in the URL, login with the credentials (if provided) and saves it in PATH/CamName/YYYY/MM/DD/ as hh-mm-ss.extension

### fetchVideo.go
Gets the videos stored in the internal memory of a IP Camera OneWay OWIPCAM45. It requires the camera's address (e.g. http://192.168.1.2), and an user account and password. It will save the videos in PATH/CamName/YYYY/MM/DD/ as hhmmss_hhmmss.extension, being the first "hhmmss" the starting time of the video, and the second the ending time.

0 comments on commit 75cfc3a

Please sign in to comment.