我在imx390驱动中 移植ox08b40的驱动 raw格式的 但是我设置raw格式 就会出现问题 提示格式不对 请问 要设置raw格式 需要怎么修改设备树呢?
不是系统升级
hello 511579570,
you’ll need to have these three property to compose the pixel formats, mode_type, pixel_phase, csi_pixel_bit_depth.
for instance, it should be.. mode_type = "bayer";, pixel_phase = "rggb";, csi_pixel_bit_depth = "12"; to compose "bayer_rggb12"
FYI,
it’s the VI driver for mapping the pixel format accordingly.
$public_sources/kernel_src/kernel/nvidia-oot/drivers/media/platform/tegra/camera/sensor_common.c
static int extract_pixel_format(...)
{
...
*format = V4L2_PIX_FMT_SRGGB12;
1 Like
This post enters the hall of fame of one of the most useless answers from @carolyuu .
At least, for once, it is not a dangerous answer that bricks the board.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
