Tx2 camera driver

Hi,
I am using jetson tx2 to developing MIPI camera driver and I have a question about equation for calculating llp(line_length) for image sensor. Best regards Mateo

Hi mateo222,

The line length is the number of pixel clocks that it takes to read an horizontal line of pixel data, so it should be more than or equal to the width of the chosen sensor mode. This value affects the framerate of the sensor mode, so usually its more than the width, check the “Camera Modules” section of L4T documentation.

Regards