Revert "generate videos from selected z-axis sequences"
This reverts commit f568faf6ed.
This commit is contained in:
@@ -819,7 +819,6 @@ export default function App() {
|
||||
maxAngle: videoMaxAngle,
|
||||
durationSeconds: videoDuration,
|
||||
showArrow: showVideoArrow,
|
||||
sourceLabel: selectedVideoSource.label,
|
||||
})
|
||||
}) as BackendJob;
|
||||
setVideoJob(job);
|
||||
@@ -1069,8 +1068,8 @@ export default function App() {
|
||||
</div>
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<div>
|
||||
<div className="flex justify-between text-[10px] font-bold mb-2 text-slate-500"><span>播放轴向</span><span>Z</span></div>
|
||||
<div className="h-5 flex items-center text-[10px] font-bold text-slate-400">逐层播放 DICOM 切片</div>
|
||||
<div className="flex justify-between text-[10px] font-bold mb-2 text-slate-500"><span>最大角度</span><span>{videoMaxAngle}°</span></div>
|
||||
<input type="range" min="5" max="30" step="1" value={videoMaxAngle} onChange={e => setVideoMaxAngle(parseInt(e.target.value, 10))} className="w-full accent-blue-600" />
|
||||
</div>
|
||||
<div>
|
||||
<div className="flex justify-between text-[10px] font-bold mb-2 text-slate-500"><span>时长</span><span>{videoDuration}s</span></div>
|
||||
|
||||
Reference in New Issue
Block a user