- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It will not support to draw scan boundary when you selected variable scan mode. We will provide this feature in the future release. Thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page