i am currently working on writing a Camera Sensor Driver for a new MIPI CSI Transceiver. Is it possible to use plain V4L2 without the Tegracam Add-Ons? When looking into it, Tegracam also uses the standard V4L2 Functions.
Furthermore, is there a Sample Camera Driver for a Nvidia Jetson Platform, that doesnt use I2C and has no Camera-Controls implemented. Just pure CSI Data grabbing?
Thank you. I also like to get somewhat independent from the Device Tree. I dont want to get things like Resolution and Framerate out of the Device Tree, but by Parameters of the Kernel Module.
Can you tell which of the Variables hold the Information about the Frame-Parameters. I try to manually change them before calling the Device Register Functions in the Probing Function
I mean the configuration of the Interface, so that incoming data can be correctly received. My Application requires many different Image Sizes (Width, Height) and Framerates. Thats why i would like to be able to pass those values as parameters when loading the kernel module and not take them from the device tree. Can you help me with that?
If you don’t need run any argus APP you can just define the sensor mode in sensor kernel driver only don’t need device tree to define all of the sensor mode.