Hello,
I’m writing a camera driver for a non-visible light camera.
For this camera, it is necessary to directly operate I2C from the dedicated SDK to control.
Based on L4T35.3.1 DevelopperGuide, the power supply and I2C operation are exclusively owned by the kernel and cannot be accessed from the user space.
I want the driver to start and stop the stream, but I want to do other operations from user space.
How to implementation driver would you recommend?