類似於此主題: OpenGL extensions available on different Android devices 我想收集Android設備使用的不同PixelFormats。每個設備的Android PixelFormat
要找出你必須做到以下幾點:
Parameters camParams = camera.getParameters();
int format = camParams.getPreviewFormat();
現在,你必須要找到在下面的列表中的號碼:developer.android.com/reference/android/graphics/PixelFormat.html#A_8
如何打開一般相機描述如下: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.html
我將有一個開始:
設備:T-Mobile的G1/HTC夢
的Android 1.6(氰MOD)
格式:YCbCr_420_SP
所以格式做你的Android手機使用什麼? 在此先感謝:d