Skip to content

why is the resolution different in the plugin? #59

@brian2lee

Description

@brian2lee

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions