通过sdk里面HB_VOT_SendFrame发送一阵yuv数据到vot模块,但是目前通过HB_VOT_GetWBFrame获取到的数据是不正常的,wb的属性设置是wb_src=1(upscaling 输出),wb_format=4(yuv420sp)
stWbAttr.wb_src = wb_src;
stWbAttr.wb_format = wb_format;
HB_VOT_SetWBAttr(0, &stWbAttr);
其他的wb组合参数设置也都设置过了,不知道这个接口是怎么获取vot输出显示的数据的
另外在初始化这个wb时候控制台会有以下错误信息:
[ERROR]["vot"][vot/vot_group.c:723] [19994.183789]iar_wb_channel_bump_thread[723]: IAR_MODULE module notify user to dump 295e60b0
[ERROR]["vot"][vot/vot_group.c:723] [19994.217075]iar_wb_channel_bump_thread[723]: IAR_MODULE module notify user to dump 295e6158
[ERROR]["vot"][vot/vot_group.c:723] [19994.250409]iar_wb_channel_bump_thread[723]: IAR_MODULE module notify user to dump 295e6200
[ERROR]["vot"][vot/vot_group.c:723] [19994.283741]iar_wb_channel_bump_thread[723]: IAR_MODULE module notify user to dump 295e62a8
[ERROR]["vot"][vot/vot_group.c:723] [19994.317075]iar_wb_channel_bump_thread[723]: IAR_MODULE module notify user to dump 295e6350
[ERROR]["LOG"][src/iar_interface.c:1111] libdisp: iar wb avali(2) not enoughpush buf index(5) frameid(0) back to avali
[ERROR]["vot"][vot/vot_group.c:656] [19994.350445]iar_wb_channel_bump_thread[656]: IAR_MODULE module out dq failed! output_fd 6
[ERROR]["vot"][vot/vot_group.c:659] [19994.350463]iar_wb_channel_bump_thread[659]: IAR_MODULE module try again
[ERROR]["vot"][vot/vot_group.c:723] [19994.383743]iar_wb_channel_bump_thread[723]: IAR_MODULE module notify user to dump 295e64a0
[ERROR]["LOG"][src/iar_interface.c:1111] libdisp: iar wb avali(2) not enoughpush buf index(7) frameid(0) back to avali
[ERROR]["vot"][vot/vot_group.c:656] [19994.450425]iar_wb_channel_bump_thread[656]: IAR_MODULE module out dq failed! output_fd 6
不知道是不是因为这些异常导致通过wb获取vot数据失败

