TemugeB / python_stereo_camera_calibrate

Stereo camera calibration with python and openCV
Apache License 2.0
132 stars 33 forks source link

Use with pre-recorded video #12

Open lsmith24 opened 1 year ago

lsmith24 commented 1 year ago

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

DoraPist commented 6 months ago

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

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