python_stereo_camera_calibrate icon indicating copy to clipboard operation
python_stereo_camera_calibrate copied to clipboard

Use with pre-recorded video

Open lsmith24 opened this issue 3 years ago • 1 comments

Hi,

I was wondering if there is a way to easily adapt this for pre-recorded videos instead of live? I put the video paths in the yaml instead of a camera id number but the issue is that the video finishes and then it still expects a constant input feed. If anyone has made this work please let me know!

Thanks

lsmith24 avatar Feb 17 '23 17:02 lsmith24

Hello, I run it for pre-recorder videos just by changing the calibration_settings_yaml file, like:

camera0: "{path}/cam0_video.mp4" camera1: "{path}/cam1_video.mp4"

DoraPist avatar Dec 20 '23 14:12 DoraPist