[wasm] 03 - Test OpenCV.js on Front-end

Web 局域网发布

Ref: Ubuntu 18.04下使用Apache搭建一个web服务器

新版的Apache2 web服务器的安装:

(1) 无需华丽的修辞,我们一个命令搞定

sudo apt install apache2 -y

 

(2) 安装完毕后,我们检查是否启动了Apache服务

systemctl status apache2

 

(3) 开启、关闭和重启服务器

 

/etc/init.d/apache2 start //启动Apache服务
/etc/init.d/apache2 stop //停止Apache服务
/etc/init.d/apache2 restart //重启Apache服务 

 

Ref: WebRTC Support on Chrome Browser in iphone/ipad

No you can't use WebRTC in Chrome in iPhone / iPad because Chrome (and also Firefox) are only some cover over apple WebView (Apple doesn't let to use custom web engine on their platform).

Sad is that it isn't clearly informed by Google and Mozilla because some people get confused and said "Yes chrome support WebRTC so it should work on iOS devices". Apple has not presented version of their browser and also webview with WebRTC.

Current status of it you could check http://iswebrtcreadyyet.com/

 

"Your web browser doesn't support WebRTC."

 


一、Running OpenCV.js Tests

官方的测试:https://docs.opencv.org/3.3.1/dd/d00/tutorial_js_video_display.html

huningxin的测试:https://github.com/huningxin/opencv.js

 

  

 

 

/* continue */

posted @ 2020-03-25 18:35  郝壹贰叁  阅读(189)  评论(0)    收藏  举报