Skip to content

Commit

Permalink
fix: removed the hard coded camera tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ngenovese11 committed Jun 27, 2023
1 parent 033ef22 commit 13fa4dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QscQsysDspPlugin/QscDsp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public void CreateDspObjects()
prefix = props.Prefix;
}

/*
AutoTrackingKey = string.Format("{0}-{1}", Key, "Auto-Tracking");
LevelControlPoints.Add(AutoTrackingKey, new QscDspLevelControl("Auto-Tracking", new QscDspLevelControlBlockConfig
Expand All @@ -231,6 +232,7 @@ public void CreateDspObjects()
Label = AutoTrackingKey,
MuteInstanceTag = "CAM_TRACK" //todo make configurable
}, this));
*/

if (props.LevelControlBlocks != null)
{
Expand Down

0 comments on commit 13fa4dc

Please sign in to comment.