Does kernel support mipi imx290?

if I custom a mipi interface for imx290 camera by referencing to the os08a10 mipi interface.
Can the ubuntu 4.9 kernel support my custom imx290?

@andybupt You need to transplant the driver of imx290 by yourself

请问有什么指引或者参考,可以提供一下吗? 非常感谢。

@andybupt imx290在支持列表里,需要做的改动应该不多,你可以参考我们是如何支持os08a10的

我目前在vim3上用的是uvc的imx290,目测工作正常。
只是不确定把imx290的uvc 换成mipi接口之后,驱动之类的改动大不大。
好,我参考下os08a10。谢谢。

@andybupt uvc的跟mipi的完全是两回事

即我现在用的uvc imx290 其实没用到对应的linux驱动?只是用uvc驱动?

恩,我们有mipi接口的imx290 相机。

@andybupt 是的,你没有用isp的驱动。你只是用了uvc的,linux下的uvc基本是免驱动的

明白。
接下来要搞mipi口了,就需要用到isp的驱动了吧?
我再 了解下。谢谢