Custom sensor image is incomplete

Hello everyone,
Recently, I was working on a camera sensor support, but I encountered a problem. It works normally on Jetson Nano, but the image is incomplete on NX, as shown in the picture:


Anyone know what might be wrong?

It’s Bayer or YUV sensor?
Did you check the raw image?

1 Like

Hi @ShaneCCC

thank you for your reply,
I am using the bayer format.
I haven’t checked the raw data on NX before. After your reminder, I tested the raw format and found that the data could not be obtained using v4l2-ctl and an error code appeared in the dmesg log. After inspection, it was found that the embedded line number was wrong.
I forgot that the embedded_metadata_height parameter behaves differently on NX and Nano.
thanks again.