更改Google Glass中的ISO设置

时间:2014-11-13 12:29:06

标签: camera google-glass

我正在尝试根据

使用相机API更改Google Glass相机中的ISO设置
Camera.Parameters parameters = cameraObject.getParameters();
String isoStr = parameters.get("iso"); 
int target = 800;
parameters.set("iso", target);
cameraObject.setParameters(parameters); 

但是,这在我的应用中没有任何改变。 Google Glass不支持此功能吗?有一些解决方法吗?

注意:

  • 我检查过我的起始ISO值是100
  • 允许的值为:

    iso-mode-values=auto,100,200,400,800
    
  • 我在两款Android手机上试过这款手机,但它正在运作。

0 个答案:

没有答案