Skip to content

RPiCam-Desktop is the central control and processing hub for the RPiCam security camera infrastructure

Notifications You must be signed in to change notification settings

urbenlegend/RPiCam-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPiCam-Desktop

RPiCam is a security camera infrastructure project that aims to connect commodity hardware like Raspberry Pis and regular webcams into a unified video network suitable for home and small business usage. In addition to providing live security feed dashboards and footage archiving/retrieval, it will also use software techniques to do object and motion detection, allowing users to easily search for and be notified of potential security incidents like theft, trespassing, and tampering.

RPiCam-Desktop serves as the central control and processing hub for this infrastructure.

Building RPiCam

Netbeans

Easiest way to build RPiCam currently is to just load up the project into Netbeans.

  1. Install the Java JDK (tested with Oracle JDK 14).
  2. Install Netbeans.
  3. Open up the RPiCam-Desktop root folder as a project in Netbeans.
  4. Click the Run button. Maven should handle the build dependencies for you.

Build with Maven

  1. Install the Java JDK (tested with Oracle JDK 14).
  2. Setup Maven.
  3. cd RPiCam-Desktop
  4. mvn clean javafx:run

About

RPiCam-Desktop is the central control and processing hub for the RPiCam security camera infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published