ChicoState / open-source-security-camera

This project is being developed to provide an alternative home security monitoring system with an emphasis on user data rights and privacy.
MIT License
10 stars 5 forks source link

Connecting main program and web app to database and update some attributes based on user chosen settings #75

Closed melippmann closed 2 years ago

melippmann commented 2 years ago

This pr fixes a few known bugs (such as broken url pattern for home page)

The main new functionality is the connection of both the main motion detection app and the web app video feed view to the data base. User's can now change some settings in the web app such as mirror and flip the image, do/don't record to device do/don't send email notifications (if recording to device is turned off but email notifications are turned on, there is no check, need to update for this case in future PR)

melippmann commented 2 years ago

This PR is a bit large, at least 2 people should review it.