I would just like to confirm how Android manages the Camera Parameters. Is the camera parameters set by the setParameters(param) function of the Camera class is only valid during the lifetime of the camera object. Once the camera object is released, the parameters will be set back to its default values. As long as no setting of parameters is done, getParameters() will always get the default camera parameters. Is my understanding correct? Please correct me if I am wrong.
Thank you in advance,
artsylar
setParametersfunction.getParameterswill give you the default parameters as long assetParametersin not called on the camera object.