-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Medium PriorityThis task is integral for MVPThis task is integral for MVPNormalThis task is of average difficultyThis task is of average difficulty
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 As a Home security system user, I want to be notified when motion is detected by my camera so that I can monitor anomalous activity at my home. #2 and Email Notifications #45 )
Metadata
Metadata
Assignees
Labels
Medium PriorityThis task is integral for MVPThis task is integral for MVPNormalThis task is of average difficultyThis task is of average difficulty