Agent skill · Code Review & Quality

matlab-enhance-camera-image

Read BEFORE troubleshooting or enhancing camera image quality. Diagnoses and enhances image quality from cameras connected via Image Acquisition Toolbox or USB Webcams support package. Discovers camera capabilities at runtime, analyzes captured images for quality issues (brightness, contrast, sharpness, noise, color balance, backlighting), suggests hardware setting adjustments tailored to the specific camera, and applies Image Processing Toolbox enhancement functions. Use when a user wants to improve camera image quality, troubleshoot dark/blurry/noisy/grainy/ overexposed/washed out/color cast

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-enhance-camera-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/test-and-measurement/matlab-enhance-camera-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Purpose Diagnose image quality issues from any connected camera and improve them through a combination of hardware setting adjustments and software post-processing. Operates in a hardware-first, software-second philosophy: always try to fix at the source before resorting to post-processing. ## When to Use - User complains about poor image quality from a camera (too dark, blurry, noisy, washed out) - User asks how to improve or optimize camera settings - User captures an image and wants to enhance it - User mentions backlit subject, underexposed, overexposed, or out of focus ## When NOT to Use - General image processing on files not from a camera (use IPT directly) - Building an image acquisition pipeline from scratch (use Image Acquisition Toolbox docs) - Camera geometric calibration (use Camera Calibrator app) ## Reference Documents (load when needed) - Read [references/diagnosis-guidance.md](references/diagnosis-guidance.md) for detailed metric thresholds and backlight detection algorithms - Read [references/hardware-tuning-guidance.md](references/hardware-tuning-guidance.md) for property discovery patterns, camera-type property tables, and safe adjustment strategies (applicab

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. When NOT to Use
  4. Reference Documents (load when needed)
  5. Script Entrypoints
  6. Hard Requirements
  7. Protocol
  8. Step 1 — Connect and Discover Camera Capabilities
  9. Step 2 — Capture Baseline Image
  10. Step 3 — Understand User Concern
  11. Step 4 — Diagnose Image Quality
  12. Step 5 — Suggest Hardware Adjustments
  13. Step 6 — Apply Post-Processing Enhancement
  14. Step 7 — Report and Generate Reusable Pipeline
Ships with 5 files
  • manifest.yaml
  • references/diagnosis-guidance.md
  • references/enhancement-guidance.md
  • references/hardware-tuning-guidance.md
  • scripts/diagnoseImageQuality.m
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-enhance-camera-image skill do?

Read BEFORE troubleshooting or enhancing camera image quality. Diagnoses and enhances image quality from cameras connected via Image Acquisition Toolbox or USB Webcams support package. Discovers camera capabilities at runtime, analyzes captured images for quality issues (brightness, contrast, sharpness, noise, color balance, backlighting), suggests hardware setting adjustments tailored to the specific camera, and applies Image Processing Toolbox enhancement functions. Use when a user wants to improve camera image quality, troubleshoot dark/blurry/noisy/grainy/ overexposed/washed out/color cast

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-enhance-camera-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going