Smaller Game Camera

Hi, I’ve been looking around building a guidline for some ideas I have and I’ve been unable to find anything for this question.
I would like to have a game camera area smaller than the full resolution of the game, with the bottom and side permanent GUI.
Here is an example of what I mean.


White would be the game camera, and the blue would be the UI.
Is this something that easily do-able? I plan on using ngui if that helps any, thanks for your time.

set the camera normalized view port rect to | x=0 | y=0.2 | w=0.8 | h=0.8 | (or as you wish)
now you have smaller camera…