rv1126 os04a10 无法获取raw 图

固件类型:官方提供的固件
固件文件名称:AIO-RV1126-JD4-BE-45_Linux_v2.2.5c_221205.7z
固件下载地址:AIO-RV1126-JD4-BE-45_Linux_v2.2.5c_221205.7z
Log日志:log.zip

命令:
v4l2-ctl -d /dev/video0 --set-fmt-video=width=2688,height=1520,pixelformat=‘BG10’ --stream-mmap=1 --stream-skip=10 --stream-to=/tmp/cif888.out --stream-count=10 --stream-poll
结果:
[ 156.536800] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
[ 156.553421] rkcif_mipi_lvds: stream[0] start streaming
[ 156.557868] rkcif_mipi_lvds: Allocate dummy buffer, size: 0x00532000
select timeout
[ 158.563152] rkcif_mipi_lvds: stream[0] start stopping
[ 159.572494] rockchip-mipi-csi2 ffb10000.mipi-csi2: stream off, src_sd: a88e539b, sd_name:rockchip-mipi-dphy-rx
[ 159.572575] rockchip-mipi-dphy-rx ff4b0000.csi-dphy: stream on:0
[ 159.57[root@RV1126_RV1109:/oem]# 2939] rkcif_mipi_lvds: stream[0] stopping finished

# ls -l /tmp/
ls -l /tmp/cif888.out
-rw-r–r-- 1 root root 0 Aug 4 10:07 /tmp/cif888.out

tchip_askquestions
log.zip (521 Bytes)

用的是 ipc 固件吗?RkLunch-stop.sh 关掉应用才行。应用占用了摄像头节点

timeout 是因为没开 dbserver 和 ispserver
并且要指定对应的 video 节点才可以。详细教程见:https://wiki.t-firefly.com/zh_CN/CORE-1126-JD4/Devices.html#mipi-csi
/oem/RkLunch-stop.sh
/oem/usr/bin/dbserver &
/usr/bin/ispserver &

#开启 dbserver 和 ispserver 之后就可以进行抓图了
v4l2-ctl -d /dev/video19
–set-fmt-video=width=1920,height=1080,pixelformat=NV12
–stream-mmap=3
–stream-skip=3
–stream-to=/tmp/cif.out
–stream-count=1
–stream-poll

/dev/video19 不能抓raw 图。
你有没有试过如何抓HDR raw图。