2012-08-12 111 views

回答

0

一旦你有一个CamcorderProfile:

CamcorderProfile cm = CamcorderProfile.get(CamcorderProfile.QUALITY_1080P); 

你可以得到videoFrameWidth /高度:

int width = cm.videoFrameWidth 
int height = cm.videoFrameHeight 

现在,如果我只能得到我的摄像头的工作,其余... :(

+0

谢谢你,我已经知道了,但这是正确的答案 – spirytus 2012-08-30 05:24:38