stereolabs / zed-opencv

ZED SDK interface sample for OpenCV
https://www.stereolabs.com/docs/opencv/
MIT License
137 stars 79 forks source link

Reading .svo files in ''zed-opencv'' main.cpp #44

Closed abhishekravia closed 6 years ago

abhishekravia commented 6 years ago

I would like to read a pre-recorded .svo file in my code developed based on zed-opencv example. Is there any sample code snippet available for the same? Thanks.

WASCHMASCHINE commented 6 years ago

If you specify the file path of the SVO in the sl::InitParameters (svo_input_filename) it will work. One code line change. You should have checked the other samples.

abhishekravia commented 6 years ago

@WASCHMASCHINE Thanks for the solution.