This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue in DLP 4500 Point Cloud Gen. Instructions when Building Project

Other Parts Discussed in Thread: TIDA-00254, DLP4500

Hi to all,

Currently I am part of a team doing research on successfully running a point cloud stitching algorithm with the DLP4500 Lightcrafter and a Point Grey FLEA 3 camera. In order to get acquainted with the system the team has followed the TIDA-00254: Accurate Point Cloud Generation for 3D Machine Vision Applications using DLP® Technology and Industrial Camera User's Guide and have run into an issue. On page 69 step 6 we are supposed to properly compile the open project and should work flawlessly, yet we are currently getting this error:

The process "C:\Qt\Tools\mingw491_32\bin\mingw32-make.exe" exited with code 2.

Error while building/deploying project 3D_Scanner_LCr4500_PGcam (kit: Desktop Qt 5.4.1 MinGW 32bit)

When executing step "Make"

The system information for my system is the following:

Windows 8.1 64-bit

Qt Creator 3.3.2 based on Qt 5.4.1(MSVC 2010, 32-bit)

If anymore specs or info is needed I would be more than welcome to share. Thank you for any help/direction.

  • Hello Hector,

    I will look into this further and follow up with you tomorrow with possible ideas or clarifying questions.

    Thanks,
    Trevor
  • Hi Hector,

    Can you send (copy and paste, or screenshot Qt) your code from the top of "3D_Scanner_LCr4500_PGcam.pro"?

    Code 2 indicates that one of the project files cannot be found, so check a few things in your code referenced above:

    • Your OPENCV_VERSON is correct (and includes number and letter if applicable)
    • Your file paths do not contain spaces
    • You reference the correct file locations -- for example, my opencv has a top level "include" folder (which is not the correct one) and an include folder in the install folder: "...\install\include" (which is correct).

    Also, if you have a more descriptive error, please copy and paste it.

    Best regards,

    Trevor