-
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
Change resolution of R200 for color and depth image #40
Comments
You may refer to this launch file as an example: |
Note that the depth stream is not available at 1920x1080. |
Thanks for your fast replies! When I try to increase color resolution to anything higher than 640x480, following error appears:
I tried to change the resolution in realsense_camera_nodelet.h as well as in preset.launch (as shown in manual.launch). But neither worked out. Of the mentioned log file in the error code above there is only one log file existing. In there it says:
Not sure if this is helpful though... Do you have any idea what this error means? EDIT: |
@CruJon The depth stream is not available at 1920x1080. But you should be able to get the color stream at that resolution. Are you still getting any errors for the color stream at HD resolution? |
…t_cloud Updated RGBD Launch File for Manual Mode
hey everyone! |
@l3s777 Once you launch the camera, you can adjust the dynamic parameters by running the command |
@reaganlo thanks for the reply... but I am not using ros, only librealsense and r200. Thanks |
If you install and build librealsense from source, you can run the cpp-configure-ui sample program in the |
hi @reaganlo I have already checked the cpp-configure-ui example, and tried to check how to fix the quality in depth but it seems to not help at all and I didn't find more info about this at the repo of librealsense. thanks for ur help! |
Why is it that both color and depth stream can not be 640x480 at the same time? |
Added InfraRed Left & Right Topics
Hello everyone I have a small question about the different resolution of color and depth images : |
Remove unnecessary hardware reset in destructor.
System Configuration
Please complete Your Configuration detail below.
Hi there,
I would like to start the color and depth stream with a different resolution than default values (which are 640x480). My desired resolutions for both color and depth stream are 1920x1080.
I tried to change default values in realsense_camera_nodelet.h file but that didn't work.
As stated in the documentation, there are several static parameters for these values.
Can anyone help me out on this?
Thanks in advance
The text was updated successfully, but these errors were encountered: