How To Get The Camera Object Which Is Already Open In Android?
How would I get the android.hardware.Camera object instance which is already in open state in android?
Solution 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.
Post a Comment for "How To Get The Camera Object Which Is Already Open In Android?"