Skip to content

Commit

Permalink
Merge branch 'main' into pr/45
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 24, 2024
2 parents 727ea5f + eb28030 commit bc71895
Show file tree
Hide file tree
Showing 23 changed files with 3,129 additions and 971 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ dmypy.json
# Developer files
*~
*#
.archive
.bashrc
.dir-locals.el
.DS_Store
Expand Down
13 changes: 8 additions & 5 deletions axis-ptz-controller.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ LOOP_INTERVAL=0.1
CAPTURE_INTERVAL=2
CAPTURE_DIR=/data/tosort
LEAD_TIME=0.5
YAW=0.0
PITCH=0.0
ROLL=0.0
TRIPOD_YAW=0.0
TRIPOD_PITCH=0.0
TRIPOD_ROLL=0.0
PAN_GAIN=6.0
PAN_RATE_MIN=1.8
PAN_RATE_MAX=150.0
TILT_GAIN=30.0
TILT_RATE_MIN=1.8
TILT_RATE_MAX=150.0
FOCUS_SLOPE=0.0006
FOCUS_INTERCEPT=54
ZOOM=6000
FOCUS=8749
FOCUS_MIN=1749
FOCUS_MAX=9999
HYPERFOCAL_DISTANCE=22500.0
JPEG_RESOLUTION=1920x1080
JPEG_COMPRESSION=5
USE_MQTT=True
Expand Down
2 changes: 1 addition & 1 deletion axis-ptz-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM iqtlabs/edgetech-core:latest
RUN pip3 install poetry==1.5.1
RUN pip3 install poetry==1.8.2

COPY ./pyproject.toml .
COPY ./poetry.lock .
Expand Down
Loading

0 comments on commit bc71895

Please sign in to comment.