ChicoState / ChicoState/open-source-security-camera

Camera and Webapp: Seperation of Concerns

Open
#53 5 comments 0 reactions 1 assignee Claimed by @kevdouglass View on GitHub
Medium Priority Normal
Dominant language
Python
Stars
10
Forks
5
PR merge metrics
No merged PRs in 30d

Description

OsCam #39

Camera and Webapp: Seperation of Concerns
Currently our Camera lives in our Django web app. We want the user to be able to view the feed of the camera on the web app but the camera functionality need not live there.

The TASK:
(1) The task will be to get the camera to work (entirely seperate from our webapp) and when it registers movement & saves the Video file it will have access to our current SQlLite3 database that's shared with Django.
(2) Python Script that creates connection to our SqlLite3 database.
- the Pi/Camera should be able to save (POST) data to the database upon occurance of Event
- should be able to access data regarding the user and their contact info (email) so we can send email (see #2 and #45 )

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.