2017-04-24 276 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