From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Capture Image from Webcam without Vision Acquisition Toolkit

Hi!
I need to capture an image from a webcam. I just need labview to take image, no other processing needed. Is there a way to implement it without having the vision toolkit? or maybe a cheaper approach to do so?
I have found think thread , but it was more than ten years ago and the code isn't working now.
Thank you!

0 Kudos
Message 1 of 6
(2,133 Views)

The free NI-IMAQdx drivers allow you to connect to USB2 and USB3 cameras:

The NI-IMAQdx driver software is needed to use third-party image acquisition devices which use the following buses and standards: 

  • Gigabit Ethernet Cameras Supporting GigE Vision

  • FireWire IEEE 1394 Cameras

  • USB 2.0 Cameras Supporting Microsoft DirectShow

  • USB 3.0 Cameras Supporting USB3 Vision

Latest version of IMAQdx is included with this download (I think): http://www.ni.com/download/ni-vision-acquisition-software-18.0/7552/en/

0 Kudos
Message 2 of 6
(2,038 Views)

I don't think IMAQdx is free if you're not using NI cameras or real-time hardware:

 

https://www.ni.com/en-gb/support/documentation/supplemental/18/licensing-national-instruments-vision...

0 Kudos
Message 3 of 6
(1,690 Views)

Sorry to say I couldn't find an option last time I looked- Im interested in this as well...  I thought it might be worth looking into whether or not there were .NET resources that could be used in labview but it looks like all the examples I could find used UWP and WinRT APIs that arent supported by LabVIEW (I dont think anyway).

0 Kudos
Message 4 of 6
(1,684 Views)

There's this, but it's not clear from the discussion whether it still works under the latest Windows builds.

0 Kudos
Message 5 of 6
(1,669 Views)

@UA-hs wrote:

 

Latest version of IMAQdx is included with this download (I think): http://www.ni.com/download/ni-vision-acquisition-software-18.0/7552/en/

The NI Vision Acquisition Software is definitely NOT free. It comes included with an NI Smart Camera and NI image acquisition boards, which most are either legacy or not deliverable anymore, but otherwise you have to pay for it.

 

This is what you need to purchase if you want to use NI-IMAQdx for non-NI hardware of any kind. And yes that license is checked at startup of your application that uses the NI-IMAQdx driver so it's not just a cosmetic requirement for those who do want to stay legal, but also a technical requirement.

Rolf Kalbermatter
My Blog
0 Kudos
Message 6 of 6
(1,645 Views)