Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

Changing video width and height

SMish7
Novice
1,711 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
785 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
785 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
786 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
785 Views
0 Kudos
idata
Employee
785 Views

Hello SubMarIn,

 

 

It was a pleasure to help you.

 

 

Feel free to contact us anytime.

 

 

Regards,

 

Leonardo R.
0 Kudos
Reply