双人同屏,多相机疑问

使用两个相机,在同一屏幕上显示分屏效果。
右侧相机,显示效果正常,但是左侧相机,渲染之后,会使得显示效果被缩放,或则是渲染出多余的内容。
版本:2.0.7


核心代码如下:
this.camera["_camera"]["_rect"].x = this.rect.x;//new cc.Rect(0,0,0.5,1);
this.camera["_camera"]["_rect"].y = this.rect.y;
this.camera["_camera"]["_rect"].w = this.rect.width;
this.camera["_camera"]["_rect"].h = this.rect.height;