This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: MSC node downscaling for the customized application

Part Number: TDA4VM

Hello TI,

I have a working four camera application( on TDA4VM) in SDK 08.06.01.03. My pipeline is Capture node-->Colour conversion node-->LDC node-->Mosaic node-->Display node. Now I want to add scaler node between LDC and mosaic node. I'm mentioning the output image format and size of first three modules below.

Camera/capture node: YVYU (YUV422) 1280x724

Colour conversion node: UYVY (YUV 422) 1280x724

LDC: NV12 1280x724

I want to feed the output of newly added scaler to preprocessing block followed by  DL model later. The scaler should give the ouput of 512x290 NV12. 

Note: Actual required output of scaler is 512x290 i.e down scale by a factor of 2.5 ( (1280x724)/2.5). Next In the preprocessing block, I will have to add top and bottom 15 pixels padding each to make it 512x320).

So can you tell me the changes to make VPAC_MSC to downscale by 2.5?

Thanks,

S Seetharama Raju.