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 个预览表面吗?一个从前面,一个从后面?
谢谢你。
是的,您可以打开多个摄像头。使用Camera.open(int cameraid). 它需要一个 int0和getNumberOfCameras()。这将允许您打开您想要的任何相机,或者一次打开所有相机。
Camera.open(int cameraid)
0
getNumberOfCameras()