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.
Hello,
I'm working with LUTs, which I calculate using own algorithms. They usually work fine.
I used the chain part like below:
IssCapture -> IssM2mIsp
-> IssM2mSimcop
-> IssM2mResizer
-> Alg_drawGraphics (DSP1)
-> Display_VideoRszB
My input resolution is 1280x720 and my output resolution is 1920x1072.
Now I wanted to use the SIMCOPs LDC use to enlarge the image without using the the Resizer in one step.
So I calculated a backward mapping from 1920x1072 back to 1280x720.
But I always get a result, where only the first 720 rows and first 1280 columns are enlarged,
whereas the remaing regions show hroizontal and vertical stripes.
So I checked all settings, which the software finally sent to the SIMCOP's Hardware Sequencer and to the LDC.
All of them have been set like I expected it.
As I could not find any reason why this does not work I would guess, that the LDC's output image cannot not be larger than the imput image.
But this cannot be true, because I could enlarge the image by setting the A and E parameter of the affine transformation to adequate values.
Now my question: What do I make wrong?
Thank you in advance!