Skip to content

Commit

Permalink
settings description update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wunder-Wulfe committed Mar 28, 2022
1 parent 8535f78 commit 0f411e5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,30 @@

; Generic camera settings
[CameraSettings]
; Focal length of the camera 800, is the default
FocalLength = 800.0
; Upscale or downscale the video
ResolutionScale = 1.0
; Show the camera? (You probably should)
Visible = true

; Settings for ARKit
[SDKSettings]
; The scale of the X/Y axis of tracking
TrackingScale = 1.0
; The scale of the Z/depth axis of tracking
DepthScale = 0.8
; Enable tracking?
TrackingEnabled = true
; Will turn off trackers if they are not very confident in their locations
ConfidenceMin = 0.2
; CUDA graph optimization
UseCudaGraph = true
; Basic stabilization algorithm
Stabilization = true
; Number of batches to compute, more is slower but more accurate
BatchSize = 3
; 0 is accurate, 1 is performant
NVARMode = 0

; Which tracking modes to include
Expand Down Expand Up @@ -69,7 +80,7 @@
; Settings for trackers
[TrackerSettings]
; Options: (None, Linear, Sinusoidal, Quadratic, Cubic)
Interpolation = Quadratic
Interpolation = None

ElbowTrackerPosition = 0.4 ; Placement of the elbow tracker along the forearm, -1.0 is at the hand, 0.0 is at the elbow, 1.0 at the shoulder
KneeTrackerPosition = 0.0 ; Placement of the knee tracker along the upper leg, -1.0 is at the foot, 0.0 is at the knee, 1.0 is at the hip joint
Expand Down

0 comments on commit 0f411e5

Please sign in to comment.