Software Archive
Read-only legacy content
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.
17060 Discussions

PXCImage *img = pipeline.QueryImage(PXCImage::PIXEL_FORMAT_RGB24); Not Working

Deepak_k_
Beginner
501 Views

hi,

how can i use the following :-

UtilPipeline pipeline;
pipeline.EnableImage(PXCImage::COLOR_FORMAT_DEPTH);

PXCImage *img = pipeline.QueryImage(PXCImage::PIXEL_FORMAT_RGB24);

since, UtilPipeline is not available in realsense sdk.

How can i do the same in realsense SDK.

 

thanks !!

0 Kudos
1 Reply
samontab
Valued Contributor II
501 Views

Take a look at the source code of raw streams example.

0 Kudos
Reply