- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone. I can got the landmarkPoint sucessfully, but while I want to save the obj files with texture and output the landmark files together, and error turn out. While I just save the obj files with texture, no error will happen. The developement enviroment is U3D 5.1+ Win10 +SDK R5V7 + SR300. Do anyone successfully output the lankmark files(*.json) ? Can u share the succefull example? My code is followed, while setting the config, error won`t show up until the output step.
PXCM3DScan.Configuration scanConfig = new PXCM3DScan.Configuration(); scanConfig.mode = PXCM3DScan.ScanningMode.FACE; scanConfig.options = PXCM3DScan.ReconstructionOption.NONE; scanConfig.options =scanConfig.options | PXCM3DScan.ReconstructionOption.LANDMARKS; scanConfig.startScan = true; scanner.SetConfiguration(scanConfig);
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kevin, I cannot reproduce your issue. What error did you get when you save obj file with landmark? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Debug the PXCM3DScan will show up "PXCM_STATUS_ITEM_UNAVAILABLE". Once the "scanConfig.options =scanConfig.options | PXCM3DScan.ReconstructionOption.LANDMARKS;" was set, no matter "reconstructionOption.TEXTURE" or "reconstructionOption.TEXTURE" will come out the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I can reproduce this issue. It looks like there is a bug there. We will fix it in future release. Thanks!

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