python_stereo_camera_calibrate
python_stereo_camera_calibrate copied to clipboard
Use with pre-recorded video
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
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"