-
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
Outdoor performance #10615
Comments
Hi @jianjuan RealSense cameras can be oriented straight up or straight down without directly affecting the depth image due to the angle of the camera. An example use would be a camera mounted to the bottom of a flying drone that is pointing directly down towards the ground. You should also be able to diagonally angle the camera up to 30 degrees from the straight-ahead position before there is a risk of problems occurring in the depth image at diagonal angles greater than 30. However, if the camera is faced directly towards the sun then it can result in a degraded image. Intel provide advice about this in the section of their camera tuning guide linked to below. Intel recently introduced a new variant of the D435 called the D435f that is equipped with light filters on its sensors. Information about this model can be found at #10560 In regard to angled versus parallel view, angling the camera may help to break up patterns observed in the scene by the camera that cause its depth sensing to become confused, such as repetitive patterns (repeating horizontal or vertical arrangements of similar looking objects, such as a horizontal row of fence posts or tree-tops, or a vertical stack of window blind slats). |
Hi @jianjuan Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
Hi, have you tested D435 camera with a horizontal angle looking straight up at one object outdoor? Will this kind of angle affect the performance of depth reconstruction due to the sun's rays? What is the best angle of view for the same object?
And according to my experiments, it turns out that angled view is better than parallel view. Can you explain this? @MartyG-RealSense
The text was updated successfully, but these errors were encountered: