Computer Vision
9 min read

Computer Vision Delivery Playbook

Lessons learned from delivering inline quality, safety, and asset inspection programmes across plants and field ops.

Computer Vision Delivery Playbook

Why this matters

This guide is written to help teams understand what practical delivery should look like before a project turns into a procurement or change-management problem.

Computer vision projects are operations projects with cameras attached. The model matters, but the larger risk is usually lighting, placement, cycle time, false positives, operator workflow, and maintenance.

This breakdown uses an inline quality inspection project for a manufacturing line.

On-Site Discovery

  • Map the physical process from material arrival to inspection decision.
  • Document camera placement, lighting, vibration, dust, glare, and line speed.
  • Capture defect categories and how operators currently identify them.
  • Benchmark false reject rate, missed defect rate, scrap cost, rework cost, and downtime.
  • Confirm privacy and safety requirements before any image collection begins.

Example baseline: operators inspect parts manually every 18 seconds, defect categories include surface cracks and missing labels, and the line loses roughly 6 hours per month to rework investigations.

Edge & Cloud Architecture

  • Camera and lighting rig capture consistent frames at the inspection point.
  • Edge compute runs the model close to the line to avoid network latency.
  • Cloud storage keeps approved image samples, labels, model versions, and audit records.
  • Operator station shows pass, review, fail, and reason code.
  • Integration layer sends results to MES, quality dashboard, or maintenance workflow.

The system must have a fallback mode. If the camera, model, or network fails, operators need a clear manual process and a visible alert.

Change & Adoption

  • Train operators on reviewing uncertain detections.
  • Define who can override a model decision.
  • Review false positives and false negatives daily during pilot.
  • Schedule maintenance windows for camera cleaning, calibration, and lighting checks.
  • Build dashboards for defect rate, model confidence, override rate, and downtime impact.

Detailed Example

During pilot, the model catches missing labels accurately but over-flags surface texture changes caused by a lighting angle. The team adjusts the lighting rig, retrains with additional examples, and changes the operator screen to show a confidence band instead of a binary decision.

That change improves adoption because operators can see why the system is asking for review.

What Success Looks Like

  • Defect detection becomes more consistent across shifts.
  • Operators review uncertain cases instead of inspecting every item manually.
  • Quality leaders can trace defects by batch, line, and time.
  • Maintenance has alerts for camera or lighting degradation.
  • The model improves through a managed retraining process.

The goal is not a perfect model in a lab. The goal is a reliable inspection process that works on the actual floor, with operators, maintenance, and quality teams able to trust the output.

Where this connects

Move from reading mode into delivery mode.

Review the delivery model we use to move computer vision from pilot cell to operational rollout.