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

why is the resolution different in the plugin? #59

Open
brian2lee opened this issue Feb 19, 2025 · 1 comment
Open

why is the resolution different in the plugin? #59

brian2lee opened this issue Feb 19, 2025 · 1 comment

Comments

@brian2lee
Copy link

i was using d435 plugin but found out that the resolution of the pulgin is different from the real cam

$ rostopic echo -n1 /camera/depth/image_raw | grep -E "height|width"
height: 720
width: 1280
$ rostopic echo -n1 /camera/color/image_raw | grep -E "height|width"
height: 480
width: 640

according to intel's website, d435 should be 19201080 for rgb and 1280720 for depth.
is there a way to adjust the resolution in the plugin?

@saikishor
Copy link
Member

@brian2lee This is also a compatible resolutions that is accepted by D435 cameras. If you wish to change it to your requirements, you can open a PR making these args optional and I'll be happy to review the PR and merge it

Thank you

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

No branches or pull requests

2 participants