I am debugging the max9286(4 lane,UYVY output) driver,but can not capture image

My e-mail is 350848246@qq.com. I can send you some file about max9271 and max9286!

@haijun

Hi,haijun.Could you send me some files about max9286 and max9271? My email is yuping.li@calmcar.com. I’m working a project same as you.

Best Regards!

Hi,

We were able to get the Serializer/Deserializer working, so it is possible to use the MAX96705 / MAX9286 combination. You can read more about it here:

https://devtalk.nvidia.com/default/topic/1020737/jetson-tx2/ov10635-image-sensor-on-tx2/post/5223791/#5223791

-David

Hi,

We got the OV10640+OV490 (ISP) [1] working with the MAX92705/MAX9286, we created the V4L2 drivers for the Jetson TX2, let us know if you have problems with it. Our next step is to support multiple cameras so likely we could face similar problems capturing a big image to support multiple sensors as haijun. We will report here if we find any problem.

-David

[1] https://www.leopardimaging.com/OV10640-490-SER.html

Hi

We are working on porting Max-9288 (deserializer) and Max-96705 (serializer) on Tx2.
We can only get green image and got some PXL_SOF syncpt err.

Currently, we can read/write 9288 ok but not 92705.
We can read 92705 with ack successfully,but the read value always 0xff.

We might need to register 96705 i2c address in 9288 driver.
But cannot find a way to do it.
I appreciate any advice.

Thank you,

Hi haijun,

I also used MAX9288 as deserialize and MAX9271 as serialize.
I also can communicate with MAX9288 by I2c as well and I already confirmed by reading identifier of MAX9288.
But I have no way to read/write any I2C command with MAX9271.
I also use the i2cdetect tool.
so,can you help me to deal with it.
Thanks!

I have been searching around and cannot find the max9286_mode_tbls.h.
I tried to use imx219_mode_tbls.h and want to change the register address, but I don’t have the reference for the needed address value…

Where can I refer to create the right mode_tbls file?