Goals - mklasinc/capstone GitHub Wiki

  • networked data input works on another computer
  • it works if the networked devices are on the same network
  • the ports match
  • networked data input works on the tablet
  • it works without the usb connection - the only requirement is that the tablet is connected to the same network as the computer
  • vuforia supports runtime size changes
  • boolean in vuforia that checks when the target is visible and when it is not
  • combine osc receiver and vuforia code
  • design/construct the stick

January

goals

Yet to be completed

  • send in the updated IRB proposal
  • split the Unity functionality into functionally distinct units
  • translate Max patcher used for testing into Matlab code ready to be integrated with the experiment code

Completed

  • make sure the app can also send data back

Data flow

  • Matlab signals to Unity that trial is underway
  • when the trial boolean is true and Vuforia finds its target, Unity sends a message to Matlab that data collection can proceed
  • if, during a trial, Vuforia loses track of the target, Unity tells Matlab to render the glasses opaque

progress

  • tutorial on adding a script to Vuforia
  • stack overflow thread on vuforia namespace
  • book on making AR games, which includes an example on Unity scripting with Vuforia

FEB 1

  • can send data to mac
  • can send data internally