The data format of the 3D TOF sensor is: Output Format: MIPI CSI-2 (Version 1.1) 2Lane RAW12, Output format: 6404802,Therefore, I filled in 640 and 960. I have also tried this format of 2640480, which is equivalent to 1280*480. The corresponding log is jetson_2025-06-11_16_09_11.log (339.1 KB)
This case not just short frame also show the pixel short.
Suppose the 640 is correct.
Maybe report less lines > 960 to narrow down it.
Confirm the “Width/Height and Bytes per Line” modication by v4l2-ctl --all
Format Video Capture:
Width/Height : 3280/2464
Pixel Format : 'RG10' (10-bit Bayer RGRG/GBGB)
Field : None
Bytes per Line : 6560
Size Image : 16163840
Colorspace : sRGB
Transfer Function : Default (maps to sRGB)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization : Default (maps to Full Range)
Hello, I have encountered different errors when changing to different heights.
[ 82.277111] tegra-camrtc-capture-vi tegra-capture-vi: uncorr_err: request timed out after 2500 ms
[ 82.277135] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: attempting to reset the capture channel
[ 82.278406] tegra-camrtc-capture-vi tegra-capture-vi: err_rec: successfully reset the capture channel
The normal output resolution is 6404802 (640480:depth map + 640480: ir map). I have tried modifying different heights, but the error reported was the same as the one provided above. There was no change and this error “CHANSEL_SHORT_FRAME” could not be eliminated.
Is it really because of this height that this happened? I made numerous adjustments to the heights.such as 968, 964, 960 ,958,956,954,950,946,940,930,920,910,900,890,880,870,860
And the errors in these reports are consistent and have not changed.
So what should I do next?,
If the height is reduced by more than 480, this PIXEL_RUNAWAY error will occur.Reverting to above 480 would be the same as the aforementioned CHANSEL_SHORT_FRAME error.
Hello, I have tried your suggestion with different heights from 960 to 240 (more than 10 different heights). However, it still didn’t work.
When the height is less than 480, the “PIXEL_RUNAWAY” error occurs.
When the height is between 480 and 960, the error reported is “CHANSEL_SHORT_FRAME”.
Our actual tof camera resolution is 640480 and it outputs two frames (one IR and one depth map, both of them are 640480). So it means the height should be 960. I am not sure you suggest us to adjust height is the right direction. Is it possible that CHANSEL_SHORT_FRAME error is caused by another reason? Please help to double check. Thanks.