From personal use
- chrome inspect WebARonCore
- marker support with QRcode data documentation
- AFrame/argon compatibility
- using
getPickingPointAndPlaneInPointCloud()
in assuming it has Android (thus Chromium-WebAR) support
- testing ADF
- medium scale AR
- align Tango with video projector, define vertical offset between camera and projector (~5cm)
- use getPickingPointAndPlaneInPointCloud() to find a flat surface and return it's central position and angle
- for now use a fixed size flat surface
- use those coordinates to display a textured plane in A-Frame with a black background
- inspired by [[https://www.youtube.com/watch?v=2gkidC6hTlY|Realtime Projection Mapping with HTC Vive]
- TangoAnywhere, TCP server for position
- A-painter real world display (~MR camera)
- shapping the environment of an on-going VR world
- e.g. provide to an Aframe scene points of interaction (e.g. whack-a-mole spots) via websockets
- slack https://tangodevelopers.slack.com/
- workshop at VRLab https://vrlab-brussels.info/wiki/GuestPresentations/ProjectTango
- own needs and ideas Cookbook.Overlay
- trying to skip UnityC#/C++ with Android SDK
Tried apps
- evryscanner
- try unlit shaders in Aframe scene for more coherent rendering
- RTAB map
- high poly but low merging quality result
- Wally
- works well, notes public by default with their GPS coordinates
- Tango Tiltbrush
- not intuitive to pick colors
- only 1 "brush"
- no saving
To explore
See also
ContainsPersonalYoutubeContentToMigrate
Note
My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.