I want to connect BT1120 output camera via “BT1120 to MIPI CSI” bridge chip.
In my opinion, I think that base development driver code given by NVIDIA JETPACK suitable for this situation is tc358840.c driver code ( nvidia/drivers/media/i2c/tc358840.c )
In “Sensor Software Driver Programming Guide” section of “NVIDIA Jetson Linux Developer Guide” says
“Version 2.0: A new version that uses the new Jetson V4L2 Camera Framework to modularize code, simplify sensor driver architecture, and encapsulate redundant code. NVIDIA recommends using this version for any new driver development.”
Then, the document says Version 2.0 driver example is imx185.c
But tc358840.c driver code seems not compatible with Version 2.0 driver code.
I want to know which device driver code is better as base development code on my situation.
If someone else have any good idea about this situation , let us know.
Thanks, in advance.
In technical reference manual , that error code means
CILA_CTRL_ERR: Control Error. Set when CIL-A detects LP state 01 or 10 followed by a stop state (LP11) instead of transitioning into the Escape mode or Turn Around mode (LP00).
What this means ?
Let me know about additional information
Thanks, in advance.