12-10-2011 09:49 AM
I use "vision"module for labview; and try to snap a picture from usb camera; I can normally use "grab", picture is shown; but what I need is picture, so I use "snap", but there is just "black screen" on camera(usb logitech).
any advice on this?
thanks
Solved! Go to Solution.
12-12-2011 07:59 AM
Hi hlod,
your problem is usually related to poor lighting conditions with short exposition time. Please check those two parameters and see if changing them influences your picture. You can also check the aperture of your camera if there is an option to change it.
Please also post the code that you are using. Maybe using the code from the examples in LabVIEW is going to solve your problem, so please try to do that as well.
Best regards, Piotr
12-12-2011 09:08 AM - edited 12-12-2011 09:09 AM
Well camera is grabing picture(when I use IMAQ dx grab), but I can't "snap" picture, just black screen( see code)-picture. Camera is USB logitech quickcam.
12-13-2011 02:49 AM
Hi hlod, please try to connect your image indicator to Image Out output on the Snap function.
Hope that clears things up.
12-13-2011 04:24 AM
As for as my opinion normally USB camera take little time to expose. Try to add wait (ms) function, initialize 5 to 10 sec delay and check.
12-13-2011 05:13 AM
@sac. wrote:
As for as my opinion normally USB camera take little time to expose. Try to add wait (ms) function, initialize 5 to 10 sec delay and check.
Yes you try like this.. if not change delay time.
12-13-2011 01:49 PM - edited 12-13-2011 01:52 PM
Try this, same "black picture" 😕
12-13-2011 01:50 PM - edited 12-13-2011 01:51 PM
I try also with delay (5-10ms), now it's not taking any picture(not "black screen")
12-13-2011 10:44 PM
@hlod wrote:
I try also with delay (5-10ms), now it's not taking any picture(not "black screen")
what about image type in imaq create function?
12-14-2011 08:36 AM
hi,
hi did you try to change the name of the image in the "IMAQ Create" vi