Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start major code refactor add constantS replace Camera class objects with PiCamera fix missing imports create a camera package remove relative imports from main.py fix capture.py import remove relative imports update requirements.txt add more requirements fix camera imports refactor main.py minor fixes minor fixes remove thread_active from app_server Fix bug with load_scheduler data function Fix viewConfig endpoint fix camera errors Start major code refactor add constantS replace Camera class objects with PiCamera fix missing imports create a camera package remove relative imports from main.py fix capture.py import remove relative imports add more requirements fix camera imports refactor main.py minor fixes remove thread_active from app_server Fix bug with load_scheduler data function Fix viewConfig endpoint fix camera errors Fix sensor class Add utils for camera to get camera name Fix issue: JSON parsing of camera config in viewConfig Add clearSchedule endpoint Fix json load for clearSchedule add shutter speed to capture_video fix json load for clearSchedule logging debug messages to capture images add debug logs to camera thread add more debug logs to capture_images fix shutter speed spelling add exception handling for sensor not connected add error handling to sensors wrap sensor in try catch wrap sensor in try catch change resolution to int tuple in Scheduler.py convert datetime to string for video filename add update route to the server Start major code refactor add constantS replace Camera class objects with PiCamera fix missing imports create a camera package fix capture.py import remove relative imports add more requirements refactor main.py minor fixes Start major code refactor add constantS replace Camera class objects with PiCamera fix missing imports create a camera package remove relative imports from main.py fix capture.py import remove relative imports add more requirements fix camera imports refactor main.py minor fixes remove thread_active from app_server Fix bug with load_scheduler data function Fix viewConfig endpoint Fix sensor class Add utils for camera to get camera name add shutter speed to capture_video logging debug messages to capture images add debug logs to camera thread add more debug logs to capture_images fix shutter speed spelling add error handling to sensors wrap sensor in try catch wrap sensor in try catch change resolution to int tuple in Scheduler.py convert datetime to string for video filename fix start recording in testPhotoMem add sleep to capture continuous Start major code refactor replace Camera class objects with PiCamera fix missing imports create a camera package fix capture.py import remove relative imports update requirements.txt add more requirements fix camera imports refactor main.py minor fixes minor fixes Start major code refactor add constantS replace Camera class objects with PiCamera fix missing imports create a camera package remove relative imports from main.py fix capture.py import remove relative imports add more requirements fix camera imports refactor main.py minor fixes remove thread_active from app_server Fix viewConfig endpoint Fix sensor class Add utils for camera to get camera name Fix issue: JSON parsing of camera config in viewConfig add shutter speed to capture_video fix json load for clearSchedule logging debug messages to capture images add debug logs to camera thread add more debug logs to capture_images fix shutter speed spelling add error handling to sensors wrap sensor in try catch wrap sensor in try catch change resolution to int tuple in Scheduler.py convert datetime to string for video filename add update route to the server fix start recording in testPhotoMem Start major code refactor replace Camera class objects with PiCamera fix missing imports create a camera package fix capture.py import remove relative imports update requirements.txt add more requirements refactor main.py minor fixes Fix viewConfig endpoint fix camera errors Start major code refactor add constantS replace Camera class objects with PiCamera fix missing imports create a camera package remove relative imports from main.py fix capture.py import remove relative imports add more requirements fix camera imports refactor main.py minor fixes remove thread_active from app_server Fix viewConfig endpoint Fix sensor class Add utils for camera to get camera name Fix issue: JSON parsing of camera config in viewConfig add shutter speed to capture_video fix json load for clearSchedule logging debug messages to capture images add debug logs to camera thread add more debug logs to capture_images fix shutter speed spelling add error handling to sensors wrap sensor in try catch wrap sensor in try catch change resolution to int tuple in Scheduler.py convert datetime to string for video filename add update route to the server add sleep to capture continuous fix shutter speed in capture_video * add witty pi commands to clear schedule * Add wiper code * Add wiper run on each slot start with wiper as on * Add GPS code * Fix wiper module imports * Add pwm mode on pin enable * migrate to subprocess * Fix gps update * Integrate uploader and GPS * Fix upload import * Dropbox from environment * Fix resolving fields for wiper and uplaod from schedule * Add dropbox handlers in socket : * Make auth static methods * Fix socket connection request, make non-static * Add logging for auth url * Add user details response email * Fix wiper_status variable * Fix sensor loading logic * Fix GPS object creation * Add logging for upload * Add auth check dropbox * Remove redundant data argument * Add optimisation for upload, add wiper code with correct angle * Fix sensor error handling * Add dropbox auth error handling * Integrate subsea light sensor * Remove object from Subsealight class * add error handling for get user * Add handler for dropbox credential file creation * Add update script for users Co-authored-by: Manya Agarwal <[email protected]>
- Loading branch information