opencv中 vcap >> frame的分辨率问题,vcap抓的是672*380,而保存图片时,却是672*570,为什么

          vcap >> frame;
          imwrite("1.jpg",frame);

图片说明

这该怎么改