Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

i can't get images from a webcam acteck atw-550

Hi i am lalox25, i am designing a .vi in which i could get images from an acteck webcam atw-550 but i'm having some problems with this camera because i can get the images from the vision assistant but when i am creating the .vi and run continously the application the image display in the front panel just don't show anything but a black screen. Anyone who could help me?
0 Kudos
Message 1 of 3
(3,603 Views)

You have most likely  getting a RGB image and converting it into a greyscale and converting it into a binary image format. You would have done this without assigning buffer to the functions (IMAQ create to img dst).

 

the image you see (black) is still a valid one for processing it is just that the buffer is getting over written. To view it right click on the image choose palette and binary and you will most likely see the image. assign proper imaq create to view the image.

Message 2 of 3
(3,595 Views)

buff.PNG

 

 

 

 

 

 

 

 

buffp.PNG

Message 3 of 3
(3,593 Views)