Skip to content

Commit

Permalink
point no, sample point and capture time changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sitamgithub-MSIT committed Jun 25, 2024
1 parent 01c74cc commit a907340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/calibration/GeneralConfigCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<TextField :value="calibName" @input="updateCalibName" />
</div>
<div class="custom-outline">
<Slider :value="pointNumber" :min="Number(2)" :max="Number(9)" label="Point Number"
<Slider :value="pointNumber" :min="Number(8)" :max="Number(8)" label="Point Number"
@input="updatePointNumber" />
<Slider :value="samplePerPoint" label="Sample Per Point" @input="updateSamplePerPoint" />
<Slider :value="msPerCapture" :min="Number(10)" :step="5" :max="Number(800)"
<Slider :value="samplePerPoint" :min="Number(90)" :max="Number(90)" label="Sample Per Point" @input="updateSamplePerPoint" />
<Slider :value="msPerCapture" :min="Number(100)" :step="5" :max="Number(100)"
label="Milliseconds Per Point Capture" @input="updateMsPerCapture" />
<Slider :value="threshold" :min="Number(0)" :step="5" :max="Number(1000)"
label="Points Distance Threshold" @input="updateThreshold" />
Expand Down

0 comments on commit a907340

Please sign in to comment.