security_api
- Example
sinatra
API intended to run on your home LAN to execute camerastart
andstop
commands. - see
security_api/README.md
security_app
- Example
rails
web app to view security camera images. This app contains adevise
based admin area for secure image viewing and an API endpoint for the webcams toPOST
image metadata. - see
security_app/README.md
security_webcams
- RaspberryPi webcam motion detection software plus
start
,stop
andmotion_detected
scripts.
- RaspberryPi
- RaspberryPi camera
- plus more
If you're not familiar with the RaspberryPi and camera interface, I recommend giving this article a read.
`security_app` ---> Start ---> `security_api` ---> `start_motion` ---> Notify_`security_app#contacts`
|
|
|
v
`motion_detected` ---> (Optional) Notify_`security_app#contact`
|
|
|
v
`upload_file`
/ \
/ \
/ \
v v
`PUT`_on_`S3` `POST`_metadata_to_`security_app`
| /
| /
v /
`security_app` ---> Auth ---> View_Images_Videos <-----------
|
|
|
v
Create_Signed_S3_URL
|
|
|
v
View
`security_app` ---> Stop ---> `security_api` ---> `stop_motion` ---> Notify_`security_app#contacts`