Hello all.
After upgrading ZED SDK from 4.1.3 to 4.1.4, cutting by timestamp in ZED SVOEditor.exe stopped working.
Cutting by frame index still works.
Is this a bug?
ZED SDK version - 4.1.4
CUDA version - release 12.2, V12.2.91
Command for cut svo file:
"C:\Program Files (x86)\ZED SDK\tools\ZED SVOEditor.exe" -cut "<path to original svo2 file>" -start-timestamp 1728885561000000000 -end-timestamp 1728885571000000000 "path to output svo2 file"
Output message:
“”"
-cut option detected
Detected timestamp input instead of frame index. The frame 0 will be used as start frame for cutting
Detected timestamp input instead of frame index. The frame 1 will be used as end frame for cutting
Frame In/Out : 0 1
Processing different files
** Start to cut ( 0/1frames )
0% [ ]
New SVO File created!
“”"