-
Notifications
You must be signed in to change notification settings - Fork 1.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
cant change color profile #3132
Comments
Hi @GiladRobee Not all parameters that are configurable are included in the launch file. They can be configured in the launch instruction though. For example:
|
thank you for the quick reply, I will check it as soon as possible. |
You can obtain the full list of parameters with the command ros2 param list https://github.com/IntelRealSense/realsense-ros?tab=readme-ov-file#available-parameters |
So rgb_camera is not in the ros2 param list for some reason.
so the rgb camera didn't change its default profile |
The D405 can be a bit more awkward to configure sometimes in regard to the color stream because it does not have a separate RGB sensor and instead obtains its RGB from the depth sensor and passes the data through an Image Signal Processor (ISP) chip to generate the final RGB image. If you plan to align depth and color together and are concerned about RGB having a different resolution, librealsense's align processing block should automatically calculate for differences between resolutions when align_depth.enable is true. Or you could use 848x480 for the depth profile so that the resolutions match. |
I need the RGB stream on a high res for a separate task. But thank you very much for your help |
Hi @GiladRobee Do you require further assistance with this case, please? Thanks! |
hi @MartyG-RealSense if you confirm that there is no way for me to control the RGB profile with the D405 then you can close this issue. |
A RealSense ROS user at #3090 (comment) set the color profile for D405 by making an edit to the |
Case closed due to no further comments received. |
Issue Description
this is my current launch file:
and I can not manage to change the RGB profile to 1280X720X(5/10/15/30)
in the read me I see that there is a namespace- rgb_camera in the params but I don't see it in the launch file or in
ros2 param list
which gives me:I would appreciate all help
The text was updated successfully, but these errors were encountered: