The complete guide
Machine vision systems
How they work, what they are built from, and how to choose one.
A clear guide for anyone bringing automated inspection to the line, from the four steps inside to a buying checklist.

What is a machine vision system?
A machine vision system is an automated system that uses cameras, lighting, and software to capture and analyze images of products, then make a decision: pass, fail, or a measurement. It is how a factory inspects every part at line speed instead of pulling samples or relying on the human eye. Machine vision system, vision system, and industrial vision system all mean the same thing. For the field itself rather than the hardware, see what machine vision is.
Taxonomy
Types of machine vision systems
Machine vision systems are grouped four ways: by where the processing sits, by whether they see in two dimensions or three, by how they build the image, and by whether they decide with rules or with a trained model. The four choices are independent of each other.
Smart cameras vs PC-based systems
What it is: A smart camera packs the sensor, processing and often the lighting into one compact unit. A PC-based system connects separate cameras to an industrial computer for heavy computing power.
Best for: Smart cameras for fast deployment and station-by-station checks. PC-based for very high resolution or many cameras on one part, at the cost of more parts to integrate and maintain.
2D vs 3D vision
What it is: 2D systems judge a flat image. 3D systems add height and shape, built from structured light, stereo or laser triangulation.
Best for: 2D for surface defects, presence and absence, and code reading. 3D for volume, warpage, coplanarity and seating, where a flat image cannot answer the question.
Area scan vs line scan
What it is: An area scan camera captures the whole field in one frame. A line scan camera builds the image one row at a time as the part moves under it.
Best for: Area scan for discrete parts arriving at a station. Line scan for continuous web, strip and cylindrical surfaces where there is no natural part boundary.
Rule-based vs AI vision
What it is: Rule-based systems run programmed measurements against fixed thresholds. AI systems learn the part from example images and return a call with a confidence score.
Best for: Rules for predictable, high-contrast features on consistent parts. AI for variable surfaces, cosmetic defects and mixed defect types that defeat a fixed threshold.
Machine vision, computer vision and AI vision are three different things and are often used as if they were one. The distinction is set out in what machine vision is.
Anatomy
The parts of a machine vision system
The same building blocks, whether in one smart camera or spread across a PC-based setup.
Camera or sensor
What it does: Captures the image.
Why it matters: Resolution and frame rate set the smallest feature you can resolve and your maximum line speed. Sensor performance is measured against EMVA 1288, which is why two cameras quoting the same megapixels can behave differently.
Lighting
What it does: Makes the defect visible.
Why it matters: Good illumination is the difference between an obvious flaw and an invisible one, and it is the cheapest thing to change when an inspection fails.
Lens and optics
What it does: Set field of view, working distance and focus.
Why it matters: Optics decide how much of the part you see and how sharply, so they cap what any amount of software can recover.
Processor and software
What it does: Turns the image into a decision.
Why it matters: Rule-based logic measures what it was told to measure. A trained deep-learning model compares the image against examples it has been shown.
Communication and I/O
What it does: Connects the verdict to the line.
Why it matters: EtherNet/IP, PROFINET and OPC UA carry the result to a reject gate, a robot or a PLC. A verdict nothing reads is a dashboard, not a control.
Integration to the line
What it does: Mounts, triggers and times the inspection.
Why it matters: The system has to look at the right part at the right moment, which is a mechanical problem as much as a vision one.
These parts interoperate because of published standards rather than convention. EMVA 1288 defines how camera sensor performance is measured and stated, GenICam gives cameras from different vendors one programming interface, and A3, the industry association behind the GigE Vision and USB3 Vision standards, maintains the transport layer the cameras talk over.
How it works
How machine vision works, step by step
Four steps, all in milliseconds, from the part reaching the station to the line acting on the result.
Capture
A trigger fires as the part reaches the station, from a sensor, an encoder, or a signal from the PLC, and the camera takes an image under controlled lighting. Exposure has to be short enough that a moving part does not smear, which is why fast lines need bright, well-placed light rather than a longer shutter. Everything downstream depends on this step: if the defect is not present in the pixels, no software will recover it.
Process
The raw image is prepared before anything judges it. Noise is filtered, contrast is adjusted, and the part is located and squared up so the same feature lands in the same place on every frame. A rule-based tool then measures what it was told to measure, or a trained model compares the image against what it learned good and bad parts look like.
Decide
The analysis becomes one unambiguous output: pass, fail, a class name, a measurement against tolerance, or a coordinate. Where the threshold sits is a real decision, not a detail, because it sets the trade between letting a marginal part through and rejecting good product. Tuning that boundary against your own scrap and escape costs is part of commissioning.
Act
The result leaves the camera and something happens. A reject gate fires, a robot is told where to reach, a counter increments, and the image and measurement are stored against the unit for traceability. This is the step that separates inspection from monitoring: a verdict nothing reads is a dashboard, not a control. All four steps finish in milliseconds, before the next part arrives.

Step 4 in practice: every inspection logged and visible in real time, pass or fail.

AI vision in action
It learns the good part, then flags what drifts
Instead of a fixed rule, an AI vision system learns from example images and returns a call with a confidence score on every unit. Here it passes a clean sensor surface and fails two with subtle cosmetic defects, the kind of variable flaw that defeats traditional thresholds.
Buying guide
How to choose and design a machine vision system
Start with the defect and the part, then work backward to the system. Machine vision system design is mostly this, done in the right order.
Can it image your defect?
Confirm the resolution, optics, and lighting can make your specific defect visible. This is where most projects succeed or fail.
Does it handle your variation?
Parts vary. Make sure the system tolerates the normal range of your good parts without false rejects.
How fast does it deploy, and who runs it?
Weigh an integrator-led build in weeks against a system your own team sets up in days.
Does it fit your line?
Check the protocols, triggering, and mounting against your existing equipment.
Test on your actual parts.
A proof of concept on your real samples is the only reliable way to confirm a system before you commit.
For the financial side, see building the business case and the ROI calculator.
On the line
What a machine vision inspection system checks
Inspection is what most of these systems are bought for, which is why a machine vision inspection system and a machine vision system usually mean the same box. A snapshot of common tasks below; the full set is in machine vision applications.
Where Overview fits
A complete machine vision system, not a kit of parts
Overview delivers the camera, edge compute, lighting, and AI software as one IP67 smart camera. Your quality team trains it on your parts in a browser and runs it in days, with no integrator and no cloud.
One unit, not five
Sensor, compute, and lighting integrated, with native PLC connectivity.
Deploy in days
Browser-based setup by your own team. Published pricing from $4.5K to $13.5K.
Edge AI
Inference on an integrated NVIDIA GPU. Works offline, your data stays on site.













Manufacturers running Overview AI in production
Manufacturers running Overview AI in production













FAQ
Frequently asked questions
What is a machine vision system?
A machine vision system is an automated system that uses one or more cameras, lighting, and software to capture and analyze images of products, then make a decision such as pass, fail, or a measurement. It performs visual inspection on a production line at line speed, on every part, without human fatigue.
How does a machine vision system work?
A machine vision system works in four steps. First it captures an image with a camera and controlled lighting. Second, software processes the image. Third, it makes a decision using programmed rules or a trained AI model. Fourth, it acts on the result by signaling a reject, logging data, or telling a PLC what to do. All four happen in milliseconds.
What is the difference between machine vision and computer vision?
Computer vision is the broad field of teaching computers to interpret images. Machine vision is the applied, industrial use of that technology to inspect parts and control equipment on a production line. Machine vision adds the cameras, lighting, real-time speed, and line integration that a factory needs.
What are the components of a machine vision system?
A machine vision system is built from a camera or sensor, lighting, a lens and optics, a processor running inspection software, and a communication interface to the line. In an all-in-one smart camera these sit in one housing. In a PC-based system they are separate parts connected to an industrial computer.
How much does a machine vision system cost?
Cost depends on the architecture. PC-based systems built by an integrator are quoted per project and often run into tens of thousands of dollars with integration. All-in-one AI smart cameras are priced per unit. Overview publishes per-camera pricing from $4.5K to $13.5K, so the cost is clear up front.
How do I choose a machine vision system?
Start with the defect and the part, then work backward. Confirm the system can image your defect with the right resolution and lighting, check that it handles the variation in your parts, weigh how fast it deploys and who operates it, and confirm it integrates with your line. Testing candidates on your actual parts is the most reliable way to decide.
Keep going
What Is Machine Vision
The field itself: what the term means, how it differs from computer vision, and the technology inside it.
Read more →Machine Vision Applications
The inspection tasks these systems run in production, by part and by defect, across industries.
Read more →Physical AI
Where visual inspection sits in the wider shift to AI that perceives and acts in the real world.
Read more →Related Articles
Machine Vision vs Computer Vision
Where the two terms diverge, and which one describes your project.
Read More →Best Machine Vision Solutions for Factories
How the leading machine vision options compare for production.
Read More →AI Vision Systems Explained
How deep learning changed what vision systems can inspect.
Read More →See a machine vision system on your parts
Tell us what you need to inspect and a vision engineer will show you how Overview catches it, typically with a system running on your line within days.