Hello,
I'm trying to generate depth maps in post-processing my inputs are: average frame of mono left video, average frame of mono right video, camera intrinsic + extrinsic parameters. I've tried with opencv but the resulting depth map is way too noisy. Is there a way to compute the averages and then get the depth map while recording the videos so I don't have to do it in post processing ?