I got a customized CSI camera which uses FPGA to implement the CSI protocols. I’d like to read the data directly from the sensor with CSI interface, but without taking it as a CSI camera managed by tegra camera framework. Putting it another way, this device could be taken as a non-camera sensor which just uses CSI as its I/O interface but with no need to go through any camera-related pipelines.
I’m wandering if it’s possible in Jetson Linux and what should I do if it’s ok to do so? Thanks in advance.