Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Basler sCA647-70gm instanteneous fps?

How can I reduce the variance of the nominl fps in the Basler sCA640-70gm?

 

How do I do external triggering?

 

Thank.

 

Todd

--

Reabl, Inc.

408-674-7908

0 Kudos
Message 1 of 5
(3,653 Views)
GigE interface..
0 Kudos
Message 2 of 5
(3,652 Views)

Once again, the camera takes the pictures at very exact intervals.  The time between the start of each image capture is exactly the same.  By the time the images arrive at the computer and are read by your program, the time you measure between frames can vary slightly.

 

External triggering works by connecting a digital signal to one of the inputs on the camera.  In your program, you tell the camera to use the external triggering.  Pretty easy...

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 3 of 5
(3,648 Views)

Thanks for your continued patience with my obvious questions.

 

I haved timed the arrival of each frame.  It's nominally 70 fps +-~30fps.  Why can I ignore this variance?

 

How can I prove the accuracy fps instead of just saying the fps is "rock" solid I would like to say the fps is 70.000 +- 0.001 fps or something like that.

 

I am studying the neuro-ocular control system and need to define the accuracy of every component of my system 

 

Thanks,

 

Todd

--

Reabl, Inc.

www.reabl.com

0 Kudos
Message 4 of 5
(3,634 Views)

Because the important time is when the image is acquired, not when it reaches the computer.  The spacing between your images is ALWAYS the same.

 

I would be willing to bet that if you use an external trigger, your timing would get just a tiny bit worse, not better.  Instead of precise digital timing, you would be using an analog waveform (even though it looks digital).  Analog signals can easily be corrupted by noise and other external influences.

 

If you really feel you need to prove the repeatability, your only true option is to use a counter/timer to measure the spacing of each pulse.  I can't think of any other way to do it (other than variations on the theme, such as a scope).

 

Perhaps the camera manual would talk about how repeatable the timing of the camera is.  Manuals often have useful information like that.

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 5 of 5
(3,628 Views)