Skip to content

Commit

Permalink
update initial config
Browse files Browse the repository at this point in the history
  • Loading branch information
nlef committed Aug 26, 2024
1 parent 9be63a8 commit 7ddf364
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions scripts/base_install_template
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ chat_id: 0
[camera]
host: http://localhost:8080/?action=stream

[progress_notification]
percent: 5
height: 5
time: 5
#[progress_notification]
#percent: 5
#height: 5
#time: 600

[timelapse]
cleanup: true
height: 0.2
time: 5
target_fps: 30
#[timelapse]
#cleanup: true
#height: 0.2
#time: 60
#target_fps: 30
3 changes: 2 additions & 1 deletion scripts/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ memory_profiler==0.61.0
mypy==0.982
numpy~=1.24.4
opencv-python~=4.5.5.64
pre-commit==3.8.0
pre-commit==3.8.0 ; python_version>='3.9'
pre-commit==3.5.0 ; python_version<='3.8'
pylint==3.2.6
pytest==7.3.1
types-backports==0.1.3
Expand Down

0 comments on commit 7ddf364

Please sign in to comment.