DFS undistort issue
-
Hi! I'm trying to set up DFS using ar0144 cameras. I have the
voxl-camera-serverside working, and I'm able to view the stereo preview stream onvoxl-portal. I've set up my extrinsics and intrinsics usingvoxl-calibrate-camerasand have acceptable reprojection error.
However, when I runvoxl-dfs-serverI get these errors:ERROR computing undistort on left image in mcv_cvp_undistort_and_dfs_process ERROR performing undistort+DFS pipeline ERROR computing UD+DFS pipeline on CVPWhether I enable or disable cvp rectification in the .conf file, I am facing errors. Let me know how I might be able to resolve this, thanks!
-
Hi! I'm trying to set up DFS using ar0144 cameras. I have the
voxl-camera-serverside working, and I'm able to view the stereo preview stream onvoxl-portal. I've set up my extrinsics and intrinsics usingvoxl-calibrate-camerasand have acceptable reprojection error.
However, when I runvoxl-dfs-serverI get these errors:ERROR computing undistort on left image in mcv_cvp_undistort_and_dfs_process ERROR performing undistort+DFS pipeline ERROR computing UD+DFS pipeline on CVPWhether I enable or disable cvp rectification in the .conf file, I am facing errors. Let me know how I might be able to resolve this, thanks!
@SKA , this is most likely due to the max disparity value being too large - for 1280x800 resolution the maximum value is 32.
the max disparity parameter limit is as follows:
- width <= 640 : max disparity = 64 (or less, in steps of 4)
- 640 < width <= 1280 : max disparity 32 (or less in steps of 4)
- 1280 < width <= 1920: 16, 12,8, or 4
So in your case, you should update your max disparity parameter to 32 or less.
I have been testing AR0144 DFS recently and i also found that i needed to increase the min_threshold and cost_threshold from the default of 10 that was used for OV7251. I found that values in the range of 50-80 produced good results.
Here is some additional information regarding DFS:
min_threshold:
Lower bound for adjusting occlusion cost threshold.
When set to < cost_threshold, the occlusion penalty
is varied linearly from this minimum value from the first row
to the last row.
The last row takes cost_threshold.
Range: 0 to 100
Recommended range: 50 to 75
min_threshold <= cost_thresholdcost_threshold:
Occlusion cost threshold.
The higher the value, more smoothness is enforced.
Range: 0 to 100
Recommended range: 50 to 75Alex
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login