由于程序需要,需要capture直接输出420 如下面配置:
。。。。。
pCaptureInstPrm->inDataFormat = SYSTEM_DF_YUV422P;
pCaptureInstPrm->standard = SYSTEM_STD_1080P_30;
pCaptureInstPrm->numOutput = 1;
pCaptureOutPrm = &pCaptureInstPrm->outParams[0];
pCaptureOutPrm->dataFormat =SYSTEM_DF_YUV420SP_UV; //SYSTEM_DF_YUV422SP_UV;
。。。。。。
编码成功,但是会有这种溢出错误打印,并且有打印时,图像也发生抖动
[m3vpss ] 790618: CAPTURE: Overflow detected on VIP0, Total Resets = 198
[m3vpss ] 790826: CAPTURE: Overflow detected on VIP0, Total Resets = 199
[m3vpss ] 791018: CAPTURE: Overflow detected on VIP0, Total Resets = 200
[m3vpss ] 791226: CAPTURE: Overflow detected on VIP0, Total Resets = 201
[m3vpss ] 791418: CAPTURE: Overflow detected on VIP0, Total Resets = 202
[m3vpss ] 791626: CAPTURE: Overflow detected on VIP0, Total Resets = 203
[m3vpss ] 791818: CAPTURE: Overflow detected on VIP0, Total Resets = 204
[m3vpss ] 792026: CAPTURE: Overflow detected on VIP0, Total Resets = 205
[m3vpss ] 792218: CAPTURE: Overflow detected on VIP0, Total Resets = 206
[m3vpss ] 792426: CAPTURE: Overflow detected on VIP0, Total Resets = 207
[m3vpss ] 792618: CAPTURE: Overflow detected on VIP0, Total Resets = 208
[m3vpss ] 792826: CAPTURE: Overflow detected on VIP0, Total Resets = 209
[m3vpss ] 793018: CAPTURE: Overflow detected on VIP0, Total Resets = 210
[m3vpss ] 793226: CAPTURE: Overflow detected on VIP0, Total Resets = 211
[m3vpss ] 793418: CAPTURE: Overflow detected on VIP0, Total Resets = 212
[m3vpss ] 793626: CAPTURE: Overflow detected on VIP0, Total Resets = 213
[m3vpss ] 793818: CAPTURE: Overflow detected on VIP0, Total Resets = 214
[m3vpss ] 794026: CAPTURE: Overflow detected on VIP0, Total Resets = 215
[m3vpss ] 794218: CAPTURE: Overflow detected on VIP0, Total Resets = 216
[m3vpss ] 794426: CAPTURE: Overflow detected on VIP0, Total Resets = 217
[m3vpss ] 794618: CAPTURE: Overflow detected on VIP0, Total Resets = 218
Ternence_Hsu:
你好;
你是配置的几个通道的采集 ,和vip口是怎么对应的呢?
Ternence_Hsu:
回复 Ternence_Hsu:
有没有考虑用nsf 把yuv422转yuv420 ?