Enhance API server configuration: add auto-recording settings and improve image quality parameters

This commit is contained in:
Alireza Vaezi
2025-07-29 11:28:04 -04:00
parent 7e3169f336
commit a6514b72c9
2 changed files with 15 additions and 4 deletions

9
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Python
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
*.so
@@ -59,8 +60,8 @@ config_production.json
.DS_Store
Thumbs.db
# Camera SDK cache
camera_sdk/__pycache__/
# Camera SDK cache (covered by **/__pycache__/ above)
# camera_sdk/__pycache__/
# Test outputs
test_output/
@@ -83,7 +84,7 @@ Thumbs.db
# old tests/
Camera/log/*
# Python cache
*/__pycache__/*
# Python cache (covered by **/__pycache__/ above)
# */__pycache__/*
old tests/Camera/log/*
old tests/Camera/Data/*