2012-08-12 41 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