8-lane MIPI VI Driver

Hi, Everyone,

When connecting to a 8-lane camera, where to find/enable the VI driver? Is it part of L4T release, or is it something that has to be ported and built from sources somewhere else? Is there any step-by-step instructions?

I was seeing this thread [url]https://devtalk.nvidia.com/default/topic/1013677/jetson-tx2/8-lane-mipi-single-camera/[/url] about 8-lane MIPI single camera, but it did not mention the detail of the driver.

Thanks.

@minghua
Actually it’s not real 8 lanes, it’s two 4 lanes individual source output and VI driver combinate these two source to one frame. You can check the tc358840.c for more information.

Thank you, ShaneCCC!