unity-ar入坑

官网文档:https://docs.unity3d.com/Manual/CacheServer.html


ar 相关分析


调研


pokemon go 分析


政策相关


ar demo 参考:


书籍:


unity 相关插件


模型识别


slam 算法

同步定位与地图构建SLAMSimultaneous localization and mapping)是一种概念:希望机器人从未知环境的未知地点出发,在运动过程中通过重复观测到的地图特征(比如,墙角,柱子等)定位自身位置和姿态,再根据自身位置增量式的构建地图,从而达到同时定位和地图构建的目的。


vuforia 价目表

参考: http://www.arreverie.com/blogs/best-augmented-reality-sdk-in-2018/

Pricing:

Licence Type Development Consumer (Classic) Consumer (Cloud) Consumer (Pro)
Price Free (WaterMark) $499 one-time/app $99 monthly/app On Request
Images, Objects, Text Yes Yes Yes Yes
SLAM (Surface based) Yes Yes Yes Yes
OS Support Android, iOS & UWP Android & iOS Android & iOS Android, iOS & UWP
Cloud Recognition 1,000 recos/month 10,000 recos/month 10,000+ recos/month
VuMark 100 VuMarks 100 VuMarks 100 VuMarks 100+ VuMarks

智慧旅游


H5 ar 相关

解决方案

1. 视+ (easyAR) : (建议)
  1. 官网 - https://www.sightp.com/WebAR/

  2. 参考:

  3. 开发者中心 - https://www.easyar.cn/view/developCenter.html#license

  4. 收费 - https://www.easyar.cn/view/developCenter.html#addTrialCrs?1. 按此收费支持 webar, 按日货不支持 webar

    • 1万次/日, 599元/月
    • 2万次/日, 1200元/月
    • 单日超过 1万次, 按 0.01元/次 另外计算

2. threejs + ar.js

AR.js

  • github: https://github.com/jeromeetienne/AR.js

  • Browser Support

    Demo tested on the following browser setups:

    • Desktop Chrome with webcam and 2 tabs (one for Hero, one for result) (works!)
    • Android native 4.4.2 (doesn’t work, doesn’t ask for permission to use camera. I see white background and text)
    • Android native 5.0 (doesn’t work, doesn’t ask for permission, I see white background and text)
    • Chrome on Android 4.4.2 (works!)
    • Chrome on Android 5.0 (doesn’t work, asks for permission, I see black background, text and a chart)
    • Safari and Chrome on iOS < 11 (doesn’t work, doesn’t ask for permission, I see white background and text)
    • Microsoft Edge on Windows 10 (Chrome on Google Pixel phone to view hologram)

webrtc

注意事项

  • 支持平台

    iOS 用户暂不支持**,Android 上目前已测试 Chrome,微信内置浏览器,QQ内置浏览器 - https://zhuanlan.zhihu.com/p/24800940

  • 访问链接要求

    内网访问可以用 http, 外网域名访问必须使用 https (直接丢到我的nas上, 已配好https访问的tomcat: https://h5.wilker.cn/)