Hello,
I am trying to get frames from IMX219 cmos sensor. I have made the driver based on OV5657 soported driver.
I dont know sure how to configure the device tree, specially mipi_csi clock frecuency, csis-hs-settle,etc (I have attached).
When I try to capture a frame through v4l2 or gstreamer, the camera freezes on getting clock and nothing happens. (It seems there is any mipi_csi interrupt).
I have attached the driver (It may be a little bit messy such as I have been testing different options)
Any ideas??
Thanks in advance,
Maite
Hi Maite
ov5647 is supported for i.MX7D:
drivers/media/platform/mxc/subdev/ov5647_mipi.c
IMX219 driver
Debugging can be start with adjusting clocks:
https://community.nxp.com/docs/DOC-94312
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Were you able to get the sensor working with the imx7d?