Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个示例相机,我可以直接控制图像传感器。传感器发出拜耳图像,我需要将图像显示为实时视图。
我查看了去拜耳代码和白平衡。C/C++ 中是否有任何库可以在这个过程中帮助我?
因为我需要实时取景,所以我需要非常快地完成这些事情,因此我需要非常快的算法。
例如,我可以更改传感器上的 RGB 增益,因此我需要一种在该级别上起作用的算法,而不是对生成的图像起作用。
是否有任何库可以帮助以原始格式保存图像?
simplecv has a function for white balance control:
simplecv project web site