Hi,
I am working on the PROCESSOR_SDK_VISION_03_04_00_00 - TDA2XX
My usecase is for converting YUV422I - YUYV format Image to gray Scale Image
NullSource (IPU1_0) -> Dup -> Alg_ColorToGray_Image (DSP1) -> VPE_ResizeGRAY -> Display_Gray
Dup -> VPE_ResizeORG -> Display_Org
GrpxSrc -> Display_Grpx
In the not in place mode algorithmI am getting the error as: Assertion @ Line: 306 in colortogray_image/colorToGray_ImageLink_algPlugin.c: pSystemVideoFrameBuffer->bufAddr[0] != NULL : failed !!
When I try the same usecase with the Inplace mode algorithm same error is there even if there is no such line in the colorToGray_ImageLink_algPlugin.c
Why the previous error is retained??