kornia/kornia-rs

[Feature]: UYVY to RGB conversion

Open

#627 opened on Jan 8, 2026

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (188 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (675 stars)
PR merge metrics
 (PR metrics pending)

Description

🚀 Feature Description

Add support for converting UYVY to RGB in addition to the existing YUYV to RGB.

📂 Feature Category

Rust Core Library

💡 Motivation

Some camera devices output in UYVY format. It's the same as YUYV just with a different byte order.

💭 Proposed Solution

Adding a new function (PR will be added) that does the same conversion with the required byte order.

📚 Library Reference

N/A

🔄 Alternatives Considered

N/A

🎯 Use Cases

No response

📝 Additional Context

No response

🤝 Contribution Intent

  • I plan to submit a PR to implement this feature
  • I'm requesting this feature but not planning to implement it

Contributor guide