- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I use Unity to do a 3D scan project.
When I set the 3D scan configure as below.
scan_config = new PXCM3DScan.Configuration(); scan_config.maxVertices = 30000; scan_config.mode = PXCM3DScan.ScanningMode.VARIABLE; scan_config.options = PXCM3DScan.ReconstructionOption.LANDMARKS; scan_config.options = scan_config.options | PXCM3DScan.ReconstructionOption.TEXTURE; scan_config.startScan = StartScanFlag; pxcmStatus ConfiguresState = scan.SetConfiguration (scan_config); Debug.Log ("Face Scan Module Configure setting state : " + ConfiguresState);
The error message said "Face Scan Module Configure setting state : PXCM_STATUS_INIT_FAILED".
But if I remove the configure setting of Texture mode, it is work!
Link Copied
0 Replies

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