Skip to content
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

motion blur appears near moving object in depth image when using filters #13670

Open
ysj2009 opened this issue Jan 9, 2025 · 1 comment
Open
Labels

Comments

@ysj2009
Copy link

ysj2009 commented Jan 9, 2025

Camera : D435i
for example, inside the red box is a person moving from right to left, and the blur? appears
111

it only appears when using temporal, threshold or spatial filters
222

@MartyG-RealSense
Copy link
Collaborator

Hi @ysj2009 A blur like this would be likely to appear if the Temporal filter has been applied and a low value is set for the filter's 'Filter Smooth Alpha' parameter. A low value for this parameter causes the depth image to update less frequently and so leave a trail behind when capturing motion. You could test whether the Temporal filter is responsible by commenting out its .process line so that the filter is not applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants