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
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## 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
- Purpose
- When to Use
- When NOT to Use
- Reference Documents (load when needed)
- Script Entrypoints
- Hard Requirements
- Protocol
- Step 1 — Connect and Discover Camera Capabilities
- Step 2 — Capture Baseline Image
- Step 3 — Understand User Concern
- Step 4 — Diagnose Image Quality
- Step 5 — Suggest Hardware Adjustments
- Step 6 — Apply Post-Processing Enhancement
- Step 7 — Report and Generate Reusable Pipeline
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.
