-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
disparity transform using python wrapper #1778
Comments
Like in the C++ API, you create the filter with |
Usually this block is used before |
[Realsense Customer Engineering Team Comment] Is above answer resolve your issue? |
[Realsense Customer Engineering Team Comment] Does above answer resolve your issue? |
yes, thank you |
i am trying to use disparity transform with python according to c++ API, but without success
How can I use this filter?
self.disparity = rs.disparity_transform(True)
self.disparity.update_transformation_profile(filtered)
The text was updated successfully, but these errors were encountered: