2017-04-24 134 views

回答

0

如果焦点不能很好地工作,您可以使用locate:false进行测试。定位的默认值为true。

{ 
 
    locate: false, 
 
    area: { // defines rectangle of the detection/localization area 
 
    top: "30%", // top offset 
 
    right: "30%", // right offset 
 
    left: "30%", // left offset 
 
    bottom: "30%" // bottom offset 
 
    } 
 
}

根据您的需要调整的区域。

+0

嗨,iv'e试图更新定位:错误,它仍然不工作,仍然模糊。 –

+0

你可以请尝试更新的答案。 – PPB