-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance stereo depth #178
Enhance stereo depth #178
Conversation
Merged in the branch
|
@alex-luxonis can we close this PR? I tried to also check |
- use a mesh instead of homography - disable mirroring the rectified frame (mirroring is normally a requirement for the Stereo Engine) - set the color of the pixels at the Warp edges (may ease debugging)
Will rebase the work here on develop, then close it. The flicker should only happen with |
…vice side. Also move the inversion step before fp32 conversion (just in case).
Updated USB3 FW and Linux64 lib
- allow running rectified_left/_right streams without disparity/depth
I think we can close this now. So closing now but we can always reopen. |
Release v2.7.2
Add options to configure:
Left-Right check
feature (runs disparity on both directions and combines them).Currently, the disparity map works well (
disparity
,disparity_color
streams), but there is a problem withdepth_raw
and the-lrc
option (WIP).(It's also better to use a disparity stream to visualize the map quality).
Currently, with
-lrc
, the median filtering (if not disabled) is applied on each direction (L-R and R-L), before combining. We may need to move it after the combine step.Example usage:
./depthai.py -s disparity_color -med 5 -lrc