headlight-inspection

Inspect automotive headlight alignment and intensity using C# and IDS uEye SDK.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/rr8602/HeadLightInspection --skill headlight-inspection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: headlight-inspection
Source: https://github.com/rr8602/HeadLightInspection/tree/main/md/skills/headlight-inspection
Command: npx skills add https://github.com/rr8602/HeadLightInspection --skill headlight-inspection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of inspecting automotive headlight alignment and light intensity, ensuring compliance with manufacturing standards and reducing manual inspection time.

Core Features & Use Cases

  • Automated Alignment & Measurement: Precisely measures headlight beam position (Hot Point, Cutoff Line, Cross Point) and intensity (Candela).
  • Vehicle Model Specific: Adapts inspection parameters based on vehicle make and model for accurate results.
  • Use Case: During vehicle assembly, this Skill can be integrated into the production line to automatically verify that each headlight's beam pattern meets the required specifications before the vehicle is shipped.

Quick Start

Use the headlight-inspection skill to perform a low beam inspection on the left headlight.

Frequently Asked Questions about headlight-inspection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate automotive headlight alignment inspection using C#?

Automate automotive headlight alignment inspection by using C# with the IDS uEye SDK to capture images, detect Hot Points and Cutoff Lines, and convert pixel measurements to angular values for pass/fail judgment.

How does computer vision detect headlight Hot Points and Cutoff Lines for intensity measurement?

Computer vision detects headlight Hot Points and Cutoff Lines by analyzing camera-captured images using OpenCvSharp, converting the identified pixel coordinates into angular and candela values to measure beam intensity.

Can I use the IDS uEye SDK with OpenCvSharp for vehicle model specific headlight testing?

Yes, you can use the IDS uEye SDK with OpenCvSharp for vehicle model specific headlight testing, as the system adapts inspection parameters based on vehicle make and model for accurate pass/fail results.

What is the best way to convert pixel measurements to candela values in a headlight inspection system?

The best way to convert pixel measurements to candela values in a headlight inspection system is through calibrated image processing that maps detected beam Hot Points and Cross Points against vehicle-specific standards.

Does automated headlight inspection support varying vehicle makes and models on the production line?

Automated headlight inspection supports varying vehicle makes and models on the production line by adapting alignment and intensity measurement parameters to meet the specific manufacturing standards of each vehicle.

Why does my headlight inspection system require camera calibration before measuring beam alignment?

Your headlight inspection system requires camera calibration before measuring beam alignment because accurate conversion of pixel coordinates to angular and candela values depends on precise camera control and calibration data.