-
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
depth grid #5095
Comments
Hi @cassie101 |
Hi @dorodnic, thanks for your reply |
Let me try with the SR300, this may be an artefact of SR300 IR distortion model. |
Hi @dorodnic, sorry I should be more precise, it’s a SR305 camera |
Hi @cassie101 |
Hi @dorodnic, thank you so much for experiment and quick update. I can understand the situation. Could you please kindly take a look at #5093 (comment) and provide some insight? |
I see. Yes, this looks like a limitation of the SDK at this point - basically we support alignment of anything to depth and of depth to any stream, but (non-depth)stream to other (non-depth)stream is not supported. Without context, this problem is not solvable (you need depth for pixel level alignment), but at the same time passing all three should work. |
Hi @cassie101 Is there anything more needed on this ticket? As outlined by dorodnic there is a limitation here. We can close this as expected at this point. |
while using pyrealsense2, there's a grid pattern coming from depth frame. Is there any way to turn off?
Edit: this only happens when depth frame is aligned to ir. Aligning depth to color does not produce the grid pattern.
Is this intentional? how do we turn the grid off in case we wish to align depth stream to ir?
The text was updated successfully, but these errors were encountered: