Items with no label
3335 Discussions

Changing video width and height

SMish7
Novice
1,106 Views

Hi,

I want to view the video stream from the RGB camera in 640X480. Is it possible to change this parameter? if so, how?

0 Kudos
1 Solution
idata
Employee
180 Views

Hello SubMarIn,

 

 

Thank you for contacting us.

 

 

If you are trying to do this on Euclid, you have to change the color_height and color_width parameters in this launch file: https://github.com/IntelEuclid/realsense_camera/blob/master/launch/lr200m_nodelet_default.launch. The file can be edited directly or using the Euclid browser interface. The easiest way to do this using the Euclid browser interface is described in the attached document.

 

 

I hope you find this helpful.

 

 

Have a nice day.

 

 

Regards,

 

Leonardo R.

View solution in original post

0 Kudos
4 Replies
jb455
Valued Contributor II
180 Views

The https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?enablestreams_pxcsensemanager.html EnableStream method allows you to specify the resolution for each stream. For a more robust way (ie, checking which resolutions the camera supports first then picking one of them), look through the RawStreams sample to see how the streams are enabled there.

idata
Employee
181 Views

Hello SubMarIn,

 

 

Thank you for contacting us.

 

 

If you are trying to do this on Euclid, you have to change the color_height and color_width parameters in this launch file: https://github.com/IntelEuclid/realsense_camera/blob/master/launch/lr200m_nodelet_default.launch. The file can be edited directly or using the Euclid browser interface. The easiest way to do this using the Euclid browser interface is described in the attached document.

 

 

I hope you find this helpful.

 

 

Have a nice day.

 

 

Regards,

 

Leonardo R.
0 Kudos
SMish7
Novice
180 Views
0 Kudos
idata
Employee
180 Views

Hello SubMarIn,

 

 

It was a pleasure to help you.

 

 

Feel free to contact us anytime.

 

 

Regards,

 

Leonardo R.
0 Kudos
Reply