Commit Graph

24 Commits

Author SHA1 Message Date
09201030dd addition of the ability to retry and continue if
camera is disconnected and reconnected
2023-09-23 00:22:23 +03:30
3f19349f53 renamed example files 2023-09-23 00:21:19 +03:30
828fe5385d multiple fixes and improvements. ready to deploy 2023-09-22 02:19:14 +03:30
86091bdafb updating gitignore 2023-09-22 02:18:24 +03:30
0cf729e90e added detection delay feature for preventing bulk record generation
added headers and API Key parts
Changes to be committed:
	modified:   camera-client/camera_monitor.py
2023-09-21 23:02:01 +03:30
9d4750d37d added config.json example file
Changes to be committed:
	new file:   camera-client/config.json.example
2023-09-21 23:01:17 +03:30
4db6cb0af0 added a systemd service example as a reference 2023-09-21 22:27:11 +03:30
2e70b3419d changed logging module to lg for smaller code base
Changes to be committed:
	modified:   camera-client/camera_monitor.py
2023-09-21 22:26:32 +03:30
86ea984e7a improved logging feature of the app.
Changes to be committed:
	modified:   camera-client/camera_monitor.py
2023-09-21 22:17:38 +03:30
91b1356e5a camera_monitor.py created and ready for testing
requirements.txt also added for camera monitor app
 Changes to be committed:
	new file:   camera-client/camera_monitor.py
	new file:   camera-client/requirements.txt
2023-09-21 21:51:59 +03:30
2efc8c5e77 renamed main.py to camera_monitor.py 2023-09-21 21:51:43 +03:30
051fc1ffdd Just updating .gitignore
Changes to be committed:
	modified:   .gitignore
2023-09-21 11:18:45 +03:30
695c4d7b84 Fixed authentication issues
added env vars instead of importing python modules for configuration
 Changes to be committed:
	modified:   server/server_api.py
2023-09-21 11:17:17 +03:30
0263fffb3c new files in new locations
Changes to be committed:
	new file:   Dockerfile
	new file:   scenesense-docker/docker-compose.yml
2023-09-21 11:16:26 +03:30
18ec901518 DB Init script added
Changes to be committed:
	new file:   scenesense-docker/docker-entrypoint-initdb.d/scenesense_db_init.sql
2023-09-21 11:15:40 +03:30
d54a2be28f changed their locations
Changes to be committed:
	deleted:    docker/Dockerfile
	deleted:    docker/docker-compose.yml
2023-09-21 11:14:45 +03:30
bd9ac2f3bf added pymysql 2023-09-21 11:14:11 +03:30
4c33dff400 Deleted server/api_keys.py server/config.py and replaced with ENV VARS 2023-09-21 11:13:52 +03:30
f7ca80f146 initial creation of Dockerfile and docker-compose.yml 2023-09-20 01:27:51 +03:30
8258249375 added gitignore file 2023-09-20 01:27:02 +03:30
043717f9f6 add requirements.txt file 2023-09-20 01:26:44 +03:30
41fdbcd1f2 did some formatting and cleaning 2023-09-20 01:25:33 +03:30
abf5ab25f1 initial server_api.py completed 2023-09-19 23:36:02 +03:30
8641e0d0e5 Initial Commit 2023-09-18 14:36:32 +03:30