Skip to content

Commit

Permalink
add code from fix suggested by mdurrani808 to increment value of pipe…
Browse files Browse the repository at this point in the history
…lineIndex
  • Loading branch information
Mixmix00 committed Nov 19, 2023
1 parent 994ea1e commit 2cdab2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class CVPipelineSettings implements Cloneable {
public int pipelineIndex = 0;
public PipelineType pipelineType = PipelineType.DriverMode;
public ImageRotationMode inputImageRotationMode = ImageRotationMode.DEG_0;
public String pipelineNickname = "New Pipeline";
public String pipelineNickname = "New Pipeline " + pipelineIndex;
public boolean cameraAutoExposure = false;
// manual exposure only used if cameraAutoExposure is false
public double cameraExposure = 20;
Expand Down

0 comments on commit 2cdab2d

Please sign in to comment.