All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.demo.client.js.common.js Maven / Gradle / Ivy

The newest version!
// 连接faceapi XHR服务
var req_host = window.location.hostname;
// var req_host = '192.168.8.40'
var req_port = '26422';
var transport = new Thrift.Transport('http://' + req_host + ':' + req_port);
var protocol = new Thrift.Protocol(transport);
var client = new FaceApiClient(protocol);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy