LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

average images from camera with IMAQdx

Solved!
Go to solution

Hi,

I need to average acquisition images from a camera and than subtract the average from a background image acquisition.

Althought I'm using an ethernet connection the program is REALLY slow.

I'm new with Labview so any suggestion is very wellcome...Ihave attached the program

0 Kudos
Message 1 of 4
(2,550 Views)
Solution
Accepted by Velletri

This isn't my best work, but take a look a this.  The same code acquires both images, you just choose which image control stores the averaged image.  the Analyze button then processes whatever is in the two image controls (Reference and Absolute).

 

Your problem is that you are constantly initializing each time you take an image.  You only have to do it once.

Randall Pursley
0 Kudos
Message 2 of 4
(2,536 Views)

thank you very mutch

0 Kudos
Message 3 of 4
(2,519 Views)

a

0 Kudos
Message 4 of 4
(2,517 Views)