How to get the camera object which is already open

2019-09-08 12:12发布

问题:

How would I get the android.hardware.Camera object instance which is already in open state in android?

回答1:

how to get the Camera object which is already open in android?

If you opened it within your own application, you must hold onto that Camera object (e.g., in your activity). You cannot get it back.