10-28-2025 08:52 PM - edited 10-28-2025 08:54 PM
I'm a beginner just starting out with LabVIEW.
I want to process images captured by Thorlabs DCU223C in LabVIEW 2018 (64bit).
I'd appreciate it if you could tell me how.
Thank you.
10-29-2025 12:20 AM
If I read this right, it seems you have no problem "capturing" images. What kind of "processing" do you have in mind?
10-29-2025 12:50 AM
Um, I can capture images with ThorCam.
But I want to import and process those images into LabVIEW.
(I checked again, the camera uses USB 2.0.)
I also downloaded the ThorImageCAM Scientific Camera Software and Programming Interfaces.
(https://www.thorlabs.com/software_pages/ViewSoftwarePage.cfm?Code=ThorCam)
So I tried to run this vi file, but I got the following error:
Expected Assembly "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", but found "System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
I guess I need to start by learning how to capture images in LabVIEW with this camera.
10-29-2025 01:08 AM
Oh, I just saw this.
System Requirements
Recommended:
Windows® 10 (64-Bit) or 11
USB 3.0 Port
≥3.0 GHz Intel Core i5 or Higher
≥8 GB RAM
NVMe Solid State Drive
Dedicated Graphics Adapter with ≥256 MB RAM
Internet Connectivity for Driver Download
Is it because it's USB 2.0?
10-29-2025 03:16 AM
Ah, solved! I just ignored the warning and pressed 'run', and it ran without any problems.