From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

The Measurement & Automation application does not detect my USB camera

Hello there.

 

I have been trying to launch a motion detection VI from this site: http://decibel.ni.com/content/docs/DOC-4717 .

 

I have already installed Vision Acquisition Software, Vision Development Module, and NI-IMAQ for USB Cameras. I am able to launch the VIs but the imige capture tool does not work. When I try to shut down the VI I get error messages:

- "No interface found" for NI-IMAQ version
- "Camera not found" for NI-IMAQdx version

 

I am sure the camera is OK because the system detects it and I can use it normally. So I open the Measurement & Automation Explorer to check for the connection, it shows no NI-IMAQdx Devices in the Devices and Interfaces. My whole configuration tree looks like this:

configuration tree

 

I guess the problem will go away if I will install some features but can someone tell me what should I look for?

0 Kudos
Message 1 of 15
(5,596 Views)

Dear Deadpool,

a USB camera used with NI-IMAQ for USB Cameras won't be seen in MAX. To use it, you need to use block specific for this driver. You can find the details in the users manual.

Please read:

http://digital.ni.com/public.nsf/allkb/1AFA93F3698BACCE8625735A004B2521?OpenDocument

 

Regards,

Message 2 of 15
(5,558 Views)

hello there... 

I am working on an application where i need to interface my USB webcam in labview ! What should i do in order to interface my webcam and capture an image in order to process it afterward? Do we need the camera's driver? 

If it's related to the NI-IMAQ driver, how can i use it ? 

please help:)

Thank you! 

0 Kudos
Message 3 of 15
(5,507 Views)

Dear toufic,

it all depends on what versions of software do you have.

Generally, acquisition from USB cameras it very simple if you have Vision Acquisition Software from August 2009 or newer. Then you don't need any additional drivers and can just plug the camera and use examples built in LabVIEW or some other programs available on Developer Zone, like the motion detection program posted above.

 

Regards,

0 Kudos
Message 4 of 15
(5,479 Views)

I have done with this part & i was able to find an example where there is an interface between the webcam i have and labview and i used it for capturing an image but i just wanted to ask another question ...

In the example of IMAQdx called sequence.vi (Express ) i tried to get 5 sequential images and i figured out some of the pixels values with the column number and row number and i found the image size and image type and coordinate information but i just want to ask that after i captured the image where will the pixels and the coordinate information be saved after capturing the image? 

best regards ! 

0 Kudos
Message 5 of 15
(5,474 Views)

Dear toufic,

I don't think I understand your question. You can save the data in any way you want (image file) but by default it isn't saved anywhere. What are you trying to achieve?

 

Regards,

0 Kudos
Message 6 of 15
(5,465 Views)

Dear Mateusz

I was able to capture an image using Imaqdx express vi called sequence. My job is to retrieve some pixels for a tracking application. 

I just wanna know that after capturing the image are the pixels and coordinate information saved anywhere? I mean where will the image matrix that contains the pixels be saved? 

Hope u got my question right:) 

Thank you! 

0 Kudos
Message 7 of 15
(5,457 Views)

Dear toufic,

you have the whole pallette of Vision blocks, that allow you to access single pixels, whole rows etc.:

vision.png

 

The one accessing single pixel is IMAQ GetPixel Value.vi.

You can use the Developer Zone to search for examples showing how to use the IMAQ software in more complex applications.

 

Hope this helps.

 

Regards,

0 Kudos
Message 8 of 15
(5,449 Views)

Thank you for your help:)

Honestly i am trying to capture an image using the express vi example in IMAQ that allows me to get a sequence of images. My job is to capture an image for example and do some processing on it. Is there a way to capture the image using a webcam and directly do some processing on it without the need to save the image and retrieve it from another place to do the processing? I mean can i directly capture a photo from a webcam and do some processing on it? If yes then is there any example that allows me to access my webcam and process the captured image? or i have to save it first on the hard disk and then process it somewhere else?

I was able to access an example from motion and vision that is concerned with image management but the problem was that in order to process the image i had to browse it from the hard disk. What if my application is about object tracking and i have to capture a sequence of images and process them?  should i always save the image on the hard disk which takes time because the hard disk is slow then process it afterward?

Hope the idea will be clear...
Thanks a lot !

Regards

0 Kudos
Message 9 of 15
(5,447 Views)

Dear toufic,

why would want to save the image first?

Of course you can do the processing right after acquisiton.

Please have a look:

imaq.png

 

If you have problems grasping concepts of programming in LabVIEW, I would recommend you to have a look at these pages:


http://zone.ni.com/devzone/cda/tut/p/id/5054

http://zone.ni.com/devzone/cda/tut/p/id/5247

or http://cnx.org/content/col10241/1.4

 

Regards,

0 Kudos
Message 10 of 15
(5,444 Views)