我正在創建使用相機的android應用程序。我有一些方法的問題。例如:無法解析符號n方法
camera = Camera.open(cameraID); - cannot resolve method 'open(int)'
camera.takePicture(null, null, this); - cannot resolve method 'takePicture'
我有類似的問題[camera.release();等等]我試圖導入android.hardware.camera2;但它並沒有幫助
任何想法解決?
但是導入android.hardware.Camera;已棄用。 –
所以我應該使用? – woochuck