09-26-2008 01:49 PM
I get problems when I tried to display an image continuously.
And it says
" A timeout error occurred while waiting for the specified event.
If waiting for an image, verify that all video data is acquired within the timeout period"
I remember that there is a specific VI that synchronises "Display refresh rates and Image source".
Could anyone tell me the exact VI or any other solution for this...
Thanks.
09-29-2008 01:32 AM
09-29-2008 11:17 AM - edited 09-29-2008 11:18 AM
Hi Dsk001,
What kind of camera and framegrabber are you using?
I assume you are using LabVIEW, but can you acquire an image in Measurement and Automation Explorer(MAX)? Try doing a Snap in MAX, are you able to acquire an image there? If so, then try doing a Grab in MAX. Is this successful?
If you are not able to do a Snap in MAX, then I suggest trying to change you camera attributes. It is possible that your timeout is set too low if you are acquiring a high resolution image.
09-29-2008 11:33 PM
Hi Michelle,
I am using a Digital color CCD Camera, from the manufacturer "Industrial Vision source" CCAM Series.
The framegrabber is PCI 1405.
In MAX grab worked good and snap had timeout problems, I changed the timeout parameters as you said.
It works good now.
I am trying to do continuous snap in LabVIEW. I get my timeout error there.
How can I change the timeout parameter there??
Thanks for your reply...
Dsk001
09-29-2008 11:35 PM
Hi,
I am trying to do continuous snap in LabVIEW. I get my timeout error there.
How can I change the timeout parameter there??
I have attached the VI
Thanks for your reply...
Dsk001
09-30-2008 12:56 PM
You are better off doing a Grab instead of doing a continuous Snap. What you have coded is inherently what a Grab would do (acquire video, continuous images).
Try doing a Grab instead. I would recommend opening the IMAQ example called HL Grab VI from the Example Finder (Help>Find Examples...)
09-30-2008 06:46 PM
Hi Mitchelle,
Thanks Mitchelle.
That helps a lot.
-Dsk001
10-01-2008 09:17 AM
10-01-2008 04:51 PM
Hi Mitchelle,
It was perfect at start with the HL snap eg. you told me, suddenly the grab too started giving timeout error warnings.
Do you know the VI that synchronizes the display refresh rates and the Image acquisition.
I think it will fix the problem.
-Dsk001
10-02-2008 08:38 AM