Forum Discussion
Altera_Forum
Honored Contributor
16 years agoconfusion about scaler
hi, I have a problem with scaler, my data path is : CVI(clocked video input)->SCL(scaler)->FRM(frame buffer)->CVO(clocked video output) It takes the input resolution 800x600 and scaled to 1920...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Hi, If you use the Scaler as is (without controlling it via the run-time control) then the input is fixed per the configuration in the SOPC. If you use the run-time control then the input resolution is the maximum resolution you can input. BR, Reuven --- Quote End --- hi, ra2m, thanks for reply. do you mean if I use the run-time control of scaler which means I can input other resolution equal to or less than the maximum resolution I set in sopc? But it seems that there is no register of scaler for me to explictly change the scaler to adapt to the input resolution at run time.