Skip to content

bishwajitme/interactive-collaboration-platform-in-AR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

CooP AR - Interactive Collaboration Platform in Augmented Reality

This project was developed for a thesis at the Faculty of Engineering of the University of Porto. CooP AR is a system that enables asynchronous collaboration between two users (e.g. between a mentor and an apprentice). The following video demonstrates the system in action:

Demo

This project is also described on Behance.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

  1. Open the project using Unity, or by clicking on "CooP AR/DefaultScene.unity".
  2. To run the mentor's application, check that the "Application > Controller > Mentor Controller" node is enabled on the Unity editor hierarchy panel.
  3. To run the apprentice's application, disable the "Mentor Controller" and enable the "Apprentice Controller".

Deployment

In order to deploy the mentor's application:

  1. Check that the "Application > Controller > Mentor Controller" node is enabled and that "Application > Controller > Apprentice Controller" is disabled on the Unity editor hierarchy panel.
  2. Go to "File -> Build Settings" and select "PC, Mac & Linux Standalone" under "Platform".
  3. Click on "Build And Run".

In order to deploy the apprentice's application:

  1. Check that the "Application > Controller > Apprentice Controller" node is enabled and that "Application > Controller > Mentor Controller" is disabled on the Unity editor hierarchy panel.
  2. Connect an Android device to your system.
  3. Go to "File -> Build Settings" and select "Android" under "Platform".
  4. Click on "Build And Run".

Usage

  1. Print the markers that are located at "CooP AR/Assets/Editor/QCAR/ImageTargetTextures/RUBIK_Database".
  2. Download the latest release or follow the instructions provided by the Installing and Deployment sections.
  3. Open the mentor's application and prepare a new task.
  4. Run the apprentice's application and enter the IP address of the device running the mentor's application.
  5. Orient the apprentice's device in order to capture the marker associated with the selected task.
  6. Use the apprentice's application to visualize augmented reality instructions and the mentor's application to create new ones.

Built With

Authors

  • João Maia - Developer - JPMMaia
  • Rui Nóbrega - Supervisor
  • João Jacob - Co-supervisor
  • Ana Alves - Designer - AnaFlipa

About

A system for asynchronous collaboration using augmented reality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.6%
  • Java 2.3%
  • ShaderLab 2.1%
  • Objective-C++ 0.5%
  • C 0.2%
  • JavaScript 0.2%
  • Objective-C 0.1%