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.
我想调出设备摄像头,以便用户可以在摄像头和视频模式之间切换。那有可能吗?请尽快帮我解决这个问题
尝试遵循 Intent ->
Intent i=new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA); startActivity(i);