ChicoState / ChicoState/open-source-security-camera
Camera and Webapp: Seperation of Concerns
- 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.