|
|
|
|
|
by viraptor
1467 days ago
|
|
When you write drivers there's no such thing as portable code. You need to target different APIs, different environment assumptions, etc. Sure, there's some common core most likely, but I think this rant is misplaced when talking about a hardware company. The software postprocessing is a different question and could be more common... But you're still specialising it for DX / v4l2+gui / whatever macos uses. That said... I'd kill for an independent library for video processing that specialises in camera outputs - beyond different profiles, there's no technical reason that couldn't be used independently of hardware. |
|
But maybe they genuinely cannot use standard protocols for some reason, then sure, writing a Linux driver might not be worth it.