Quality Magazine logo
search
cart
facebook twitter linkedin youtube
  • Sign In
  • Create Account
  • Sign Out
  • My Account
Quality Magazine logo
  • NEWS
  • PRODUCTS
    • FEATURED PRODUCTS
    • SUBMIT YOUR PRODUCT
  • CHANNELS
    • AUTOMATION
    • MANAGEMENT
    • MEASUREMENT
    • NDT
    • QUALITY 101
    • SOFTWARE
    • TEST & INSPECTION
    • VISION & SENSORS
  • MARKETS
    • AEROSPACE
    • AUTOMOTIVE
    • ENERGY
    • GREEN MANUFACTURING
    • MEDICAL
  • MEDIA
    • A WORD ON QUALITY PUZZLE
    • EBOOK
    • PODCASTS
    • VIDEOS
    • WEBINARS
  • EVENTS
    • EVENT CALENDAR
    • IMTS
  • DIRECTORIES
    • BUYERS GUIDE >
      • Supplier Insights
    • NDT SOURCEBOOK
    • VISION & SENSORS
    • TAKE A TOUR
  • INFOCENTERS
    • Digital Quality Management Systems
    • NEXT GENERATION SPC & QUALITY ANALYTICS
  • AWARDS
    • ROOKIE OF THE YEAR
    • PLANT OF THE YEAR
    • PROFESSIONAL OF THE YEAR
  • MORE
    • Expert Columns
    • NEWSLETTERS
    • QUALITY STORE
    • INDUSTRY LINKS
    • SPONSOR INSIGHTS
  • EMAG
    • eMAGAZINE
    • ARCHIVES
    • CONTACT
    • ADVERTISE
  • SIGN UP!
Vision & Sensors

Frame Grabbers Link It All Together

By John Egri
August 29, 2008
The frame grabber is a means of capturing and transferring data from a camera to the host computer.

The creation of a machine vision system involves many elements, such as the host computer, camera and frame grabber. Source: Imperx 


From traffic intersections to robotic assembly lines, military platforms to medical devices, casino floors to police cruisers, cameras seem to be popping up everywhere. Turning a simple camera into a computer-based vision system, however, requires a critical linking element: the frame grabber. Understanding this key system element, which is more than simple data storage, is essential to selecting the right match for the application.

Whether the application is the inspection of products traveling down an assembly line, aerial survey and mapping, military situational awareness or Lasik eye surgery, cameras are increasingly being used as a means to automatically inspect, identify, quantify and validate images in real time. The job of the camera is fairly straightforward: to collect light reflected off of an object and convert it to data, an image represented in binary form, to be processed by a host computer.

Machine vision cameras differ from consumer-type cameras in two ways. One is that they do not provide an integrated LCD type display or require an operator; they are under the direct control of the vision system for capturing images. The other is that machine vision cameras connect directly to a host computer, which retrieves and processes the images that the camera has captured.

In all machine vision systems, there has to be a means of capturing, and then transferring the data from the camera to the host computer. That is where a frame grabber comes in. Frame grabbers are electrical circuit boards that connect via a cable to a camera and plug into the host computer system. In the case of PC hosts, the frame grabber typically plugs into the motherboard. For laptop computers the PCMCIA slot is the connection point, and rack mount systems have the frame grabber plug into the backplane. The exceptions are cameras with USB, FireWire (IEEE 1394) or Ethernet interfaces, which interface directly to the host computer and do not require a frame grabber.

Frame Grabber Types

As with cameras, there are generally two types of frame grabbers: analog and digital. Analog frame grabbers accept either composite or S-Video type analog signals that conform to the National Television Standards Committee (NTSC) standard generally used in North America and Japan for television programming or the Phase Alternating Standard (PAL) generally used in Western Europe and Australia. More recently, support for both the standard definition-serial digital interface (SD-SDI) and high definition-serial digital interface (HD-SDI) standards commonly used in the motion picture industry have become more prevalent among frame grabber offerings.

Digital frame grabbers have historically supported proprietary RS422 or low-voltage differential signaling (LVDS) type interfaces. A lack of standardization prevented interoperability between frame grabbers and cameras from different vendors and made cable production difficult and costly. In 1999, a consortium of frame grabber and camera companies developed the Camera Link specification. Camera Link defined a parallel interface using a set of serially multiplexed LVDS signals providing high bandwidth video transport. It also included a bi-directional communications channel allowing the host computer to configure the camera’s operating parameters via the frame grabber.

The creation of a machine vision system involves many elements, such as the host computer, camera and frame grabber. Source: Edmund Optics

Choosing the Right Frame Grabber

Choosing the right frame grabber for a given application depends on many variables:

• Bandwidth. Bandwidth refers to the amount of data that the frame grabber has to be able to acquire from the camera and transfer to the host computer. For example, if a 12-bit high-definition camera operating at 30 frames per second with a resolution of 1,920 by 1,080 pixels is being used, then a data rate of 1,920*1,080*30*12 = 746.48 megabits per second needs to be sustained.

• Interface. The interface is the physical and electrical connection scheme of the frame grabber that links the camera to the host computer. There are several factors to be evaluated in selecting the interface. On the camera side, the type and number of connectors as well as the electrical characteristics have to be considered. For example, Camera Link’s base mode requires a single 26-pin connector and supports up to 2.04 gigabits per second of bandwidth. Its medium and full modes, on the other hand, require two 26-pin connectors and support 4.08 and 5.44 gigabits per second of bandwidth, respectively. On the host computer side, the bus type and bandwidth have to be considered as well. For example, a 32-bit peripheral component interconnect (PCI) bus interface operating at 33 megahertz provides only 1 gigabit per second of bandwidth whereas a PCI Express x4 interface provides 10 gigabits per second of bandwidth.

• Performance. This refers to the ability of the system to process images and is affected by the method that the frame grabber uses to transfer images from the camera to the host computer’s memory. There are generally two methods used: Programmed I/O and direct memory access (DMA). The programmed I/O method requires that the host computer “read” each and every pixel from the frame grabber and “write” it to host memory. This procedure consumes much CPU time and limits the number of frames per second that the CPU can process. In the DMA method, on the other hand, the frame grabber is responsible for “writing” the pixels directly into the host memory. This method frees the CPU to concentrate on processing images and results in much higher frame rates.

• Functionality. Frame grabbers can be more than simple data transfer units, so functionality refers to the feature set that the frame grabber provides. Basic frame grabber functionality includes the ability to receive image data from a camera and transfer it to host memory using either the programmed I/O or DMA methods.

More enhanced frame grabbers provide additional features such as on-board memory for local storage of image data. This storage allows the system to collect a number of frames at much higher speeds than the host interface bandwidth can support by having the physical movement of the frames into host memory performed off-line. Frame grabbers with high-speed and high-capacity solid-state memories or hard drives allow large quantities of high frame rate images to be collected. These digital video recorder (DVR) type systems are useful in capturing very high-speed imagery typically found in ballistic or destructive testing applications.

Some “smart” frame grabbers include on-board intelligence in the form of RISC processors or DSP engines that can offload some image processing tasks from the host CPU. Other value-added features found on some frame grabbers include support for multiple concurrent cameras, lookup tables, Bayer-to-RGB color interpolation and external triggering.

• Form factor. This refers to the physical and mechanical properties of the frame grabber. The nature of the host computer dictates the properties the frame grabber must possess. For example, PCI, PCI x64 or PCI Express form factors can be used in the case of a desktop PC. The use of VME or CompactPCI form factors, in the case of a rack-mount chassis, will depend on the type of motherboard or backplane slots in which the frame grabber can be installed.

• Cost. As with any product there is a cost to performance tradeoff to be made. Paying for expensive features that will never be used is a waste of money. Similarly, depending on the cost of the frame grabber required, it may be more cost effective to use a slightly more expensive camera that provides a native host computer interface such as Gigabit Ethernet than to use a lower-cost camera and an expensive frame grabber.

When to Use a Frame Grabber

Given the availability of cameras with native interfaces, the question that arises is whether the use of a frame grabber can be justified. Most, if not all, personal computers offer some type of USB or FireWire (1394a or 1394b) interface that can be connected to a suitable camera. Furthermore, with the recent release of the GigE Vision standard, more and more camera companies are beginning to offer cameras with Gigabit Ethernet interfaces that can connect directly into a PC’s Ethernet port and do not require the use of a frame grabber.

One answer is that these native interfaces may not offer enough bandwidth. Gigabit Ethernet, for example, only provides 1 gigabit per second of bandwidth. For systems using high-speed, high-resolution cameras, this is simply not enough.

Another reason to choose a frame grabber is that GigE uses Ethernet framing (MAC layer) and a protocol stack (TCP/IP or UDP/IP), all of which add overhead and latency. Further, Ethernet network interface cards cannot off-load the host CPU by performing the image processing tasks commonly found on frame grabber cards. Thus, while the sustained bandwidth of the interface may be high enough, the achieved system performance in terms of frames processed per second may not.

The creation of a machine vision system involves many elements, such as the host computer, camera and frame grabber. Application requirements such as resolution, frame rate and latency often limit the camera choice and set host performance levels, but these elements must be properly linked for the system to perform as needed. Making the right frame grabber choice involves knowing its impact on the system as a whole.

John Egri is director of engineering for Imperx (Boca Raton, FL). For more information, call (561) 989-0006, e-mail [email protected] or visit www.imperx.com.

Share This Story

Looking for a reprint of this article?
From high-res PDFs to custom plaques, order your copy today!

Recommended Content

JOIN TODAY
to unlock your recommendations.

Already have an account? Sign In

  • 2024 Quality Rookie of the Year Justin Wise 1440x750px banner with "Quality Rookie of the Year" logo inset

    Meet the 2024 Quality Rookie of the Year: Justin Wise

    Justin Wise is an exceptional individual who has been...
    Aerospace
    By: Michelle Bangert
  • Man with umbrella and coat stands outside while it rains at night looking at a building.

    Nondestructive Testing: Is there an ethics problem?

    I was a whistleblower who exposed fraudulent activities...
    NDT
    By: Dale Norwood
  • Unraveling Deflategate: Football stadium with closeup of football on field

    Unraveling the Tom Brady Deflategate

    The Deflategate scandal erupted following the 2014 AFC...
    Measurement
    By: Greg Cenker and Henry Zumbrun
Manage My Account
  • eMagazine Subscriptions
  • Newsletters
  • Online Registration
  • Subscription Customer Service
  • Manage My Preferences

More Videos

Sponsored Content

Sponsored Content is a special paid section where industry companies provide high quality, objective, non-commercial content around topics of interest to the Quality audience. All Sponsored Content is supplied by the advertising company and any opinions expressed in this article are those of the author and not necessarily reflect the views of Quality or its parent company, BNP Media. Interested in participating in our Sponsored Content section? Contact your local rep!

close
  • Key Takeaways for Quality Leaders
    Sponsored byComplianceQuest

    Key Takeaways for Quality Leaders from the 2026 Gartner Magic Quadrant™ for QMS

  • This image shows a person seated next to a Bobcat T66 compact track loader.
    Sponsored byPolyWorks by InnovMetric

    Supercharging Digital Gauging at Bobcat North America

  • Dorsey Calibration Lab photo by Tom LaBarbera Picture this Studios
    Sponsored byDorsey Metrology International

    Ensuring Product Quality in a Competitive Manufacturing Landscape

Popular Stories

a titanium diaphragm speaker driver

The One Thing Elon Gets Right Is Designed to Scare You

This image shows a person seated next to a Bobcat T66 compact track loader.

Supercharging Digital Gauging at Bobcat North America

Dorsey Calibration Lab photo by Tom LaBarbera Picture this Studios

Ensuring Product Quality in a Competitive Manufacturing Landscape

2026 Quality Professional of the Year!

Events

June 9, 2026

Future-Proof your Quality Processes with Advanced 3D Optical CMM Technology

Discover how to effortlessly capture complex data, leverage true multi-sensor automation, and ensure continuous operation without creating inspection delays.

June 22, 2026

Automate 2026

Automate is North America's largest robotics and automation event — and the best place to take your ideas from insight to impact.
 
Our show floor features the world’s leading automation solutions, from AI and robotics to motion control, vision systems, and more. Plus, our educational conference is second to none, led by the brightest minds in automation today.
 
Ready to transform the way you work? Take the next step at Automate.
View All Submit An Event

Products

Lean Manufacturing and Service Fundamentals, Applications, and Case Studies

Lean Manufacturing and Service Fundamentals, Applications, and Case Studies

See More Products
Quality Podcast Channel Custom Content

Related Articles

  • Miller_Q-Cast_Image.jpg

    VIDEO PODCAST | Bringing It All Together with APQP

    See More
  • ISO Standards

    All Together Now: The Benefits of Integrating Management Systems

    See More
  • Vision & Sensors: Frame Grabbers and Imaging Boards: Machine Vision Still Needs Frame Grabbers

    See More

Related Products

See More Products
  • Certified Quality Technician Handbook Third Edition.jpg

    The Certified Quality Technician Handbook - Third Edition

  • Lean Automation DVD

  • Lean Supply Chain and Logistics Management

See More Products

Related Directories

  • BitFlow Inc.

    Since 1993, BitFlow has been developing industrial frame grabbers and software specializing in interfacing to cameras with high data/frame rates; and running in applications where every CPU cycle is precious. We currently offer CoaXPress, Camera Link, and Differential frame grabbers. Our customers are in every industry where a machine vision system is used. Choose the best, Choose BitFlow!
×

Stay in the know with Quality’s comprehensive coverage of
the manufacturing and metrology industries.

Newsletters | Website | eMagazine

JOIN TODAY!
  • RESOURCES
    • Advertise
    • Contact Us
    • Directories
    • Manufacturing Division
    • Store
    • Want More
  • SIGN UP TODAY
    • Create Account
    • eMagazine
    • Newsletters
    • Customer Service
    • Manage Preferences
  • SERVICES
    • Marketing Services
    • Market Research
    • Reprints
    • List Rental
    • Survey/Respondent Access
  • STAY CONNECTED
    • LinkedIn
    • Facebook
    • YouTube
    • X (Twitter)
  • PRIVACY
    • PRIVACY POLICY
    • TERMS & CONDITIONS
    • DO NOT SELL MY PERSONAL INFORMATION
    • PRIVACY REQUEST
    • ACCESSIBILITY

Copyright ©2026. All Rights Reserved BNP Media, Inc. and BNP Media II, LLC.

Design, CMS, Hosting & Web Development :: ePublishing