camera - Changing ISO setting in Google Glass -
i trying alter iso setting in photographic camera of google glass using photographic camera api according to
camera.parameters parameters = cameraobject.getparameters(); string isostr = parameters.get("iso"); int target = 800; parameters.set("iso", target); cameraobject.setparameters(parameters);
however, changes nil in app. not supported google glass? there workaround?
note:
i have checked starting iso value 100the allowed values are:
iso-mode-values=auto,100,200,400,800
i have tried on 2 android phones , it's working.
camera google-glass
No comments:
Post a Comment