VI can't set encode to YUV400SP
Posted: 2024-10-16 4:37
Hi,
Recently, I try to use a raw8 grey sensor on rv1106 platform.
From the rv1106 datasheet, the vicap support YUV400SP format output.
But when I try to set vi and venc to YUV400sp
vi_chn_attr.enPixelFormat = RK_FMT_YUV420SP;
stAttr.stVencAttr.enPixelFormat = RK_FMT_YUV420SP;
it tell me
RTDeviceV4L2 13:05:57-820 {ispInitFormat :697} pixFormat:b not support.
Recently, I try to use a raw8 grey sensor on rv1106 platform.
From the rv1106 datasheet, the vicap support YUV400SP format output.
But when I try to set vi and venc to YUV400sp
vi_chn_attr.enPixelFormat = RK_FMT_YUV420SP;
stAttr.stVencAttr.enPixelFormat = RK_FMT_YUV420SP;
it tell me
RTDeviceV4L2 13:05:57-820 {ispInitFormat :697} pixFormat:b not support.