MAX96724R
Recommended for New Designs
The MAX96724/F/R deserializer converts four GMSLâ„¢2/1 inputs to 1, 2, or 4 MIPI D-PHY or C-PHY outputs. The device allows simultaneous transmit bidirectional...
Datasheet
MAX96724R on Analog.com
I wanna ask about driver structure for max9296A/MAX96724 Deserializer board
My setup
Analog Device have an example about MAX96724+IMX219+Raspberry4.
Unfortunately, my sensor has no driver for raspberry PI.
"Do I need to develop sensor driver? or i could get image by 9296A and deserializer driver?"
P.S.
AAlessandro - Moved from Interface and Isolation to Linux Software Drivers. Post date updated from Tuesday, May 14, 2024 12:21 PM UTC to Thursday, May 16, 2024 7:22 AM UTC to reflect the move.
I have moved this question about MAX96724R to the Linux Software Drivers community. Someone here should be able to assist you.
Regards,
Alessandro
Hi,
In order to be able to use the MAX96724 + MAX9296A kernel drivers you need a V4L2 sensor driver for the sensor. But you can find a lot of examples in the kernel sources and you can implement a minimum functionality V4L2 driver quite easy.
You can also try to contact the vendor of the camera module you use and maybe he can provide you a V4L2 linux sensor driver you can use.
Also take in consideration that the sensor driver should be platform agnostic so if you find a driver on some other tree for your sensor you should be able to copy the sources in RPI tree, rebuild the kernel and it should work.
Only Nvidia sensor drivers are a bit special and are not compatible with standard V4L2 platfroms.
Thanks for detailed explanation
I'll ask manufacturer about sensor driver.