lumo-imaging-engineer

Guide mobile camera system design and optimization for RAW-first pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Elric412/Leica-cam --skill lumo-imaging-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lumo-imaging-engineer
Source: https://github.com/Elric412/Leica-cam/tree/main/.agents/skills/Lumo%20Imaging%20Engineer
Command: npx skills add https://github.com/Elric412/Leica-cam --skill lumo-imaging-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an expert-level prompt for an imaging engineer persona to assist in designing and optimizing mobile camera pipelines, RAW processing, HDR, WB, color science, and related imaging components.

Core Features & Use Cases

  • Guides architecture decisions for camera apps and ISP pipelines.
  • Offers concrete algorithms, code patterns, and best practices for RAW-first processing.
  • Supports cross-module guidance for HDR, denoise, tone mapping, and depth-based effects.

Quick Start

Provide a complete imaging pipeline design plan from RAW capture to display-ready output for a flagship Android camera app.

Frequently Asked Questions about lumo-imaging-engineer

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

FAQPage Schema
How do I design a complete RAW capture to display-ready pipeline for an Android camera app?

Build a RAW-first mobile camera pipeline by structuring Android Camera2 captures, applying color science, and executing multi-frame fusion. You receive architecture-level recommendations and concrete code patterns for on-device implementation.

What is the best way to implement HDR and multi-frame fusion in an Android ISP pipeline?

Implement HDR and multi-frame fusion in an Android ISP pipeline by applying tone mapping and multi-frame denoising algorithms. You receive physics-grounded guidance and validation criteria to ensure robust on-device processing across varying lighting conditions.

How does Vulkan compute accelerate mobile camera processing and denoising?

Vulkan compute accelerates mobile camera processing by executing parallel demosaicing and denoising algorithms directly on the GPU. You obtain concrete code patterns and architectural guidance to optimize RAW-first pipelines for low-latency on-device execution.

Can I use NNAPI for cross-module camera tasks like depth estimation and white balance?

Yes, you can use NNAPI for cross-module camera tasks like depth estimation and white balance correction. You get architecture-level guidance to integrate neural networks into your mobile camera stack alongside traditional ISP processing.

What guardrails and tests are needed for mobile imaging color science validation?

Mobile imaging color science validation requires physics-grounded guardrails, tests, and validation criteria to ensure accurate white balance and color reproduction. You receive rigorous recommendations to validate on-device camera pipeline outputs.