We connected the sensor device to CSI2 controller via mipi csi. In sensor device,
using a application (not V4l2 based application) configure the data format, resolutions and other details.
We want to configure the nvcsi and Vi controller details (data format, resolutions
and others) using v4l2-ctl command itself.
Then how to bind the sensor device in device tree, i.e. without binding the sensor device, will this work?
Without the sensor driver, can we capture the data via Mipi CSI port.
Vi Driver (V4l2 device driver) creates/gives the details for the video node, not the sensor driver.
Nvcsi (V4l2 subdev driver ) is there.
For video node, why do we need the sensor driver?