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

Draw 3D scanning boundaries

FLeac
Novice
527 Views

Hello. I am writing a c++ app for 3D scanning. I'd like to add modify the image i get from 

PXCImage* image = scanner->AcquirePreviewImage();

or directly the QImage i create from

QImage* qimage = new QImage(imageData.planes[0], width, height, QImage::Format_RGB32);

to display the rectangle which rapresent the scanned area as in the image below (taken from the c# example). But I can't understand how it does it in the code! I am just missing some understanding of the sdk for sure, but I'd be grateful if someone could explain it to me. 

(I am using the PXC3DScan::ScanningMode::VARIABLE if that could affect the process).

 

0 Kudos
1 Reply
Xusheng_L_Intel
Employee
527 Views

It will not support to draw scan boundary when you selected variable scan mode. We will provide this feature in the future release. Thanks!

0 Kudos
Reply