Weekly Progress

Week of April 16, 2018


Adilet Segizekov:

Eli Cohen:

Week of April 9, 2018


Adilet Segizekov:

Eli Cohen:
Jonathan Wang:

Week of April 2, 2018


Eli Cohen:

Adilet Segizekov:
Jonathan Wang:

Week of March 26, 2018


Adilet Segizekov:

Eli Cohen:
Jonathan Wang:

Week of March 19, 2018


Adilet Segizekov:

Eli Cohen:
Jonathan Wang:

Week of March 08, 2018


Adilet Segizekov:
I installed a linux image on the Jetson and started downloading and setting up driver for the Kinect. I found a good resource on how to install the necessary components here: http://www.jetsonhacks.com/2014/07/14/jetson-tk1-microsoft-kinect-using-openkinect/ . I still have yet to test the Kinect with the Jetson.


Jonathan Wang:
I downloaded the libfreenct2 driver for the Kinect as well as other dependencies required. I've looked at several tutorials on using the library with the Kinect. I am still working on getting the input from the Kinect and how I would process that information to send it to the Jetson.
Eli Cohen:
I made the decision that the game should be coded in Python, due to Python's support for easily usable graphics libraries, and estimating that the basic math would be simple enough that Python would be fast enough to match our desired frame rate. I also started creating a plan for the structure of the game's code.