12-14-2011 01:16 PM - edited 12-14-2011 01:17 PM
Hi all,
I have problem with using my Basler acA640-100gm GigE camera. I installed all necessary drivers, I also followed instructions about these type of cameras and now I can acquire images using MAX (I changed Jumbo Frame size, I changed buffer size to 1500 and I turned off the firewall). Everything works pretty cool.It also works with Vision Builder.
Next step for me was implementing my vision algorithm to existing VI. When I run the VI I got the error as presented below:
I tried to change my algorithm and I tried to acquire only an image using Express VI, but it also returned the same error.
I use LabVIEW 2009 SP1 and Vision Builder AI 2009 SP1, Vision Development Module 2009.
I'm really surprised that it can work in MAX and at the same time it returns error when I do similar operation in LabVIEW.
Thanks for any help.
Best regards,
Michael
12-17-2011 08:56 AM
Dear michel,
Post your vi. so that we can help you better..
12-17-2011 03:59 PM
Reinstalling Vision Acquisition Software helped me, now I can acquire images, but sometimes I get timeout error. I didn't attach VI because I used Example VI Snap (Express VI), which includes only one node, in my opinion code is not a problem here.
12-17-2011 09:43 PM
Ok and Timeout usually occurs when camera in trigger mode. Increasing it's value can solve your problem.
02-02-2012 04:20 PM - edited 02-02-2012 04:21 PM
SaC,
I have a similar issue. It is also a Basler camera scA1300-32gm. It displays images in MAX fine, but in LabVIEW after Open->Start Grab->Grab, it returned a timeout error in Get Image.vi. You mentioned the trigger timing, but the trigger mode is turned to OFF for this camera. What could be the issue then? Thanks.
Does the LabVIEW communite with the imaging devices through MAX? It is so weird to me that the camera works in MAX but not in LabVIEW.
02-02-2012 09:22 PM
Hi, MengHuiHanTang,
Find the attached link it may solve your problem http://digital.ni.com/public.nsf/allkb/17A956942535A2C786257419007778FF
02-03-2012 10:43 AM
OK, problem solved, but not in a way that I expected. It turned out that the shutter speed was too high to start with. I put a default 100% shutter speed in the code, after I changed it to 1%, camera worked fine now. How does the shutter speed relate to the timeout issue? Too much light creates too much data traffic? No clue.