03-01-2017 03:19 AM
Hello All,
I want to connect small Usb 2.0 microscope with Labview. It is a cheap one, 5MP USB Microscope 20x-300x Digital microscope. The goal is to take pictures automatically after some time duration.
In its specifications, Directshow is not mentioned. It does not provide any api for labview. It has its own software which can show images and video. The software is MicroCapture Pro. can be downloaded from http://www.mustcam.com/download/MicroCapture-Pro-W
Can anyone guide me how to solve this issue.
Thanks in advance.
03-02-2017 12:51 AM - edited 03-02-2017 12:55 AM
Hello zahidkjatoi,
have you seen this side
FFMPEG scripting in LabVIEW (.NET)
there are examples for doing this with LabVIEW and your DLL (assembly). You can acquire a avi and then extract the picture from them.
03-02-2017 07:55 AM
So why LabVIEW if you are not using it to capture or manipulate the images? I presume you are using LabVIEW to do something with your microscope, and want to integrate Image viewing (and possibly acquisition?) with whatever LabVIEW is doing for you.
Does your Camera show up in MAX? [I should have first asked if you have installed the Vision Acquisition Toolkit and IMAQ drivers in your LabVIEW installation]. Getting LabVIEW to show images and save them to AVIs is not difficult (providing you have the drivers and Toolkit/Modules].
Bob Schor