How to plot few camera captures on screen

Hello. I want to setup my project so that portions(dynamically adjustable during gameplay) of two images from different cameras appear on screen. How do i achieve this?
For now i’m using camera component to draw left portion of the screen, and scene capture component to capture a texture that later is plotted to screen by Draw Texture on HUD. But scene capture has no AA and colors are slightly different.