opencv好像不行,我引入就报错,请问有引用成功的案例吗? thirdScriptError sdk uncaught third Error Module is not defined ReferenceError: Module is not defined at http://127.0.0.1:61386/appservice/utils/opencv.js:5426:45 at _scriptDir (http://127.0.0.1:61386/appservice/utils/opencv.js:15:22) at http://127.0.0.1:61386/appservice/utils/opencv.js:20:3 at require (http://127.0.0.1:61386/appservice/__dev__/WAService.js:23:13564) at http://127.0.0.1:61386/appservice/__dev__/WAService.js:23:13171 at http://127.0.0.1:61386/appservice/pages/tryColorDetail/tryColorDetail.js:10:10 at require (http://127.0.0.1:61386/appservice/__dev__/WAService.js:23:13564) at <anonymous>:35:7 at HTMLScriptElement.scriptLoaded (http://127.0.0.1:61386/appservice/appservice?t=1539310088538:5134:23)
微信小程序或小游戏可否调用openCV之类的库呢- 能直接使用手机设备的运算能力对图片、视频做处理,带来一些新的交互可能 - 能调用OpenCV之类的库,C++最好,py, js也行
2018-10-12我引入了opencv.js到小程序项目就报错,看来是不支持了。 thirdScriptError sdk uncaught third Error Module is not defined ReferenceError: Module is not defined at http://127.0.0.1:61386/appservice/utils/opencv.js:5426:45 at _scriptDir (http://127.0.0.1:61386/appservice/utils/opencv.js:15:22) at http://127.0.0.1:61386/appservice/utils/opencv.js:20:3 at require (http://127.0.0.1:61386/appservice/__dev__/WAService.js:23:13564) at http://127.0.0.1:61386/appservice/__dev__/WAService.js:23:13171 at http://127.0.0.1:61386/appservice/pages/tryColorDetail/tryColorDetail.js:10:10 at require (http://127.0.0.1:61386/appservice/__dev__/WAService.js:23:13564) at <anonymous>:35:7 at HTMLScriptElement.scriptLoaded (http://127.0.0.1:61386/appservice/appservice?t=1539310088538:5134:23)
类似nodejs上的一些多媒体开发包,如果容量大于2mb请问能在小程序中使用吗?比如node-opencv
2018-10-12请问第6、7支持了吗?我做人脸识别也需要这方面的支持。
插件缺少一些能力- 我目前想做一个插件,来实现本地录音并处理,再返回处理结果给应用。需要以下能力 (1)wx.getFileSystemManager 读取录音文件,目前插件不能开(2)recorderManager要返回wav文件 (3)wx.createWorkers 开多线程后台处理,目前插件不能开 (4)worker.postMessage(ArrayBuffer) 直接给worker传二进制数据,需要底层管道优化 (5)wx.getUserInfo 获取用户信息 (6)WebAssembly 我的处理程序是用C++编译的 (7)或者asm.js ,需要小插件支持分包加载JS (8)希望支持WEBAUDIO API , 同时要加上选择录音源的功能 - 预期表现 以上功能都能实现
2018-10-12