Skip to content

Commit

Permalink
Set min value of frame rate reduction to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Nov 8, 2023
1 parent 17ce91d commit 736d14f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class SegmentUsingEllipsoidsView implements Command
private String option;

@SuppressWarnings("unused")
@Parameter(label = "Frame rate reduction", description = "Only use every n-th frame for segmentation. 1 means no reduction.")
@Parameter(label = "Frame rate reduction", description = "Only use every n-th frame for segmentation. 1 means no reduction. Value must be >= 1.", min = "1")
private int frameRateReduction;

@SuppressWarnings("unused")
Expand Down

0 comments on commit 736d14f

Please sign in to comment.