Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Texture mode of 3D scan not work

峰_張_
Beginner
512 Views

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!

0 Kudos
0 Replies
Reply