Hello ,
we are developing a new driver for OMNI MIPI camera sensor so we planned to modify and use the existing ov5693 driver
we have read this documentation
New sensor uses I2c@c240000
the input is through serial_a ,so we changed port index to 0 in csi and vi nodes in tegra194-camera-e3326-a00.dtsi.
Issue -1:
when flashed and executed gst-launch command it is showing no cameras available.
Issue -2 :
when “v4l2-ctl --stream-mmap --stream-count=3 -device /dev/video0” command is executed the device i getting restarted. When port index is changed to 2 then device is not getting restarted after executing the above command
Doubt -1 :
In tegra194-camera-e3326-a00.dtsi. file What is the difference between port @0 and portindex in vi@15c10000 node
and what is difference channel@0 and portindex in nvcsi@15a00000 node.