zed-save-depth
zed-save-depth copied to clipboard
Convert .SVO to .avi.
When building the "ZED save depth" package it cant find -lopencv_dep_cudart.
- I know I have it installed, because everything else works.
- I have a fresh TX1 with the newest jetpack.
- I can not find any way of converting the SVO files to something useful.
Do I need to clone it to a specific folder?
Hi,
you need to call cmake with -DCUDA_USE_STATIC_CUDA_RUNTIME=false to avoid opencv linking error on the TX1. For all your X1 projects.
Best, OB.
Wow that was quick! It worked, however the options I get does not match my need. I want avi, mp4 or another video format that I can view later.
- Press 's' to save Side by side images
- Press 'p' to save Point Cloud
- Press 'd' to save Depth image
- Press 'm' to switch Point Cloud format
- Press 'n' to switch Depth format
- Press 'q' to exit
Is it even possible? I can record with cheese of something, but the lag, frame rate and motion blur is to domenating.
You should look at the SVO Converter samples. I think it is more what you are looking for. It is not on github but on the samples folder of the ZED SDK
Worked like a charm! I was a little confused about where it was located