trunggn

Results 3 issues of trunggn

Is it possible to create a java spring boot service to detect/count face(s) ? Sample code or .jar lib ? Thanks!

How to capture image and save it to disk by RSID F450?

I use below code to connect to secure websocket server (wss) ``` WebSocketFactory factory = new WebSocketFactory(); factory.setVerifyHostname(false); //WebSocket ws = factory.createSocket("wss://demos.kaazing.com/echo"); WebSocket ws = factory.createSocket("wss://bot.fpt.ai/ws/livechat"); ws.connect(); ``` It work...