Project information
- Category: XR Development
- Client: The Australian National University
- Project date: Sept. 11, 2019
- Project URL: https://youtu.be/M87GN67mD3g
Spatial Anchor Based Indoor Assets Tracking
Research assistant (part time), The ANU College of Engineering and Computer Science, my work contributed to the development of prototype software with Unity 3D that combines the capabilities of computer graphics in an Augmented Reality setting and undertaking background research on specialist technical areas including computer graphics and Augmented Reality.
A typical HoloLens1/2 app built with Unity 3D (C#) was referred to my research publication, called AR-IPS. This app allows users to track an indoor asset with a marker (QR code like) by using the Vuforia Engine, and also allows users to get the historical path of how this indoor asset was moved to the destination by storing all the tracked positions into MySQL database. The transmission of the data from HoloLens1/2 to the server was chosen by the TCP socket server, which was built with Python setup.