The following is the configuration information for the profile :
When the sampling point is set to 64 points, a MIPI row data of 512 * 4 bytes is received, but the actual data should be 64 * 4 * 4 Kbytes, and the first half of the data at every 512 points has data changes, while the second half of the data is all 0;
When setting the sampling points to 128 points, a MIPI row data of 512 * 4 bytes is received, and each point data has changes, which is expected
When setting the sampling points to 256 points, a MIPI row data of 512 * 4 bytes is received, but the actual value should be 256 * 4 * 4 bytes
May I ask where the problem is?
thanks