Skip to content

caiosba/master-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my master project on Computer Science at Federal University of Bahia - Brazil.

This repository is organized the following way:

  • misc: codes not directly related to the project... includes testing code, related stuff and so on
  • src: the project code
  • old: old stuff, not used anymore (like VRML, ARToolKit, etc.)

We have some submodules. So, run git submodule update --init in order to get them.

In order to run the system:

  • Copy the *.rules files to /etc/udev/rules.d, restart the udev service and connect the glasses to the computer... check if a /dev/wrap920AR device was created
  • Enter each directory on src/ and compile each component (there is a README and a Makefile for each component)
  • Define the IP for each component
  • For the listener, open the port: sudo iptables -I INPUT -p udp --dport 6001 -j ACCEPT
  • Run each component
  • Run the listener

Check the README under src/kinfu for more information.

About

My master project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published