Hi all
I want a decoder demo can run from ccs. Can anyone told me how to get it.
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.
Hi Eric,
In that case only you have to handle the inputBufDesc of imageRegion & activeFrameRegion.
imageRegion ==> Whole frame as image region ( e.g 2048x2048)
ActiveFrameRegion ==> Only contents need to be used for encoding ( e.g 1920x1080).
So the ActiveFrameRegion can be anywhere in ImageRegion. So in the RDK Framework, please check the below parameters for the region selection.
For Image Region = Pad + Input Width = Also called Capture Width
For Active Region = Only input Width
Similar modification for Height.
1 - topLeft.x
2 - topLeft.y
3 - bottomRight.x
4 - bottomRight.y
Regards
Gajanan