Skip to content

Commit

Permalink
added example configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Jun 21, 2023
1 parent 621a520 commit ad3a074
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,4 @@ dmypy.json
recordings/**/*.mp4
recordings/**/*.mov
recordings/**/*.json
config/**/*.ini
.DS_Store
20 changes: 20 additions & 0 deletions config/labinsights.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
input=realsense
input-size=[848, 480]
# rs-filter=[spatial]
no-filter

input-fps=30

white-balance=2800
exposure=312
gain=975

code=UniformHue
min-distance=1.0
max-distance=4.0

stream-name=realsense
record-crf=18

# pp 0.5105 / 0.5064
# fp 0.9513 / 1.2689
19 changes: 19 additions & 0 deletions config/recording.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
input=realsense
input-size=[640, 480]
# rs-filter=[spatial]
no-filter

white-balance=2800
exposure=312
gain=975

code=UniformHue
min-distance=2.5
max-distance=6.0

stream-name=recording
record-crf=18


# pp 0.5105 / 0.5064
# fp 0.9513 / 1.2689

0 comments on commit ad3a074

Please sign in to comment.