Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android アプリケーションで前面カメラと背面カメラの両方を開くことはできますか? それとも前か後ろどちらか開けますか?
2 つのプレビュー サーフェスを使用できますか? 前から1つ、後ろから1つ?
ありがとうございました。
はい、複数のカメラを開くことができます。を使用しCamera.open(int cameraid)ます。0と の間にint が必要getNumberOfCameras()です。これにより、任意のカメラを開くことも、一度にすべてのカメラを開くこともできます。
Camera.open(int cameraid)
0
getNumberOfCameras()