Hi…
I’m still new to this camera driver development.
We got a custom development board based on Jetson Nano module. I’m trying to develop a custom camera driver for MAX9286 (Des) + MAX9271 (Ser) + OV10635 (Sensor). The i2cdetect works and able to detect all the three addresses…
For what I can understand, for the camera driver, I can create one camera driver that probe the MAX9286 (act as camera sensor). I’m referring to IMX219 for the driver and dtsi development.
But I’m stuck at the above error, during “tegracam_device_register”… Where is the tc_dev-> s_data defined?
It seems like tc_dev have been pointing to null location during the device register… even when I tried to print a s_data, seems error.

