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.

DLP-ALC-LIGHTCRAFTER-SDK: Error building DLP Advanced Light Control SDK

Part Number: DLP-ALC-LIGHTCRAFTER-SDK

Hi, now I am trying to compile Light Crafter-SDK referring to "DLP Advanced Light Control Software Development Kit

for Lightcrafter Evaluation Modules User's Guide(dlpu042.pdf)".

I had an error message at step 8.4 in "Configure" on CMake gui. It seemed like it requested FlyCapture SDK,

so I installed "FlyCapture 2.12.3.2 SDK - Windows (64-bit) on 02/15/2018". 

Now I get an following error starting from "CMake Error at CMakeLists.txt:344 (file):
file COPY cannot find "C:/Program Files/Point Grey
Research/FlyCapture2/bin64/FlyCapture2_C.dll"." 

However, I cannot find the FlyCapture2_C.dll in the folder where the SDK was actually installed as below.

Do you have any idea?  I wonder new FlyCapture2 sdk does not include that.

  • Hi Kim,

    I belive you need to utilize the 32-bit version. Can you try that and see if it works?

    Thanks,
    Kyle
  • Hi Kyle,

    Thanks for your quick reply.

    I installed latest 32bit version(FlyCapture 2.12.3.2 SDK - Windows (32-bit) — 02/15/2018)), however, it still generated an error due to lack of "FlyCapture2_C.dll".

    Next I got a little bit old version of  FlyCapture sdk( FlyCapture_2.11.3.164_x86.exe) from one of my colleagues, installed it, now it worked. 

    There is "FlyCapture2_C.dll" in C:\Program Files (x86)\Point Grey Research\FlyCapture2\lib\C by the old sdk.

    It seems like the old version is not available at https://www.ptgrey.com/support/downloads.

    Anyway I can go forward. Thank you.