Skip to content

A service application to automatically download the contents and format the SD card of VStarCam cameras via the HTTP API to ensure free space is always available for recordings.

Notifications You must be signed in to change notification settings

aehimself/vStarCamDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vStarCamDownloader

vStarCam cameras are cheap, great in hardware but lack some important software features. One of them being if the SD card is full, they simply stop recording and this is not acceptable for a security device. This program can be installed on a Windows machine as a service (or when executed via the -console parameter can be run in a console window) and when configured correctly will automatically download and empty the SD card once a day via HTTP to ensure that space is always available.

This codebase is using AEFramework, which is also hosted on GitHub

Example vStarCamDownloader.json:

{
    "downloadlocation": "D:\\Path to\\download files",
    "cameras": {
        "Camera 1 name": {
            "hostname": "myfirstcamera.local",
            "password": "VerySecureCamera"
        },
        "Camera 2 name": {
            "hostname": "secondcamera.local",
            "password": "CantCrackThis"
        }
    }
}

© 2022 by Akos Eigler, licensed under Creative Commons Attribution 4.0 International

About

A service application to automatically download the contents and format the SD card of VStarCam cameras via the HTTP API to ensure free space is always available for recordings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages