Difference between revisions of "User:Mayhewsw"

From eLinux.org
Jump to: navigation, search
m
 
(10 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
Computer Science Major, Class of 2012.
 
Computer Science Major, Class of 2012.
  
 +
== Projects ==
 
Project topics I'm interested in:
 
Project topics I'm interested in:
 
* Speech Recognition - probably using TIESR, or Pocket Sphinx
 
* Speech Recognition - probably using TIESR, or Pocket Sphinx
Line 8: Line 9:
 
* Natural Language Processing - I'm not sure if this is very doable on an embedded system, but it is one of my interests.
 
* Natural Language Processing - I'm not sure if this is very doable on an embedded system, but it is one of my interests.
  
[[ECE497: How to install Ubuntu on the Beagleboard]]
+
I will be working on the [[ECE497: Set Player project]] as my final project.
  
[[ECE497: How to edit the Matrix GUI]]
+
== Mini-projects ==
  
 +
* I tried to get the Kinect running on the beagle. I did not have much success.
 +
* I tried out 2 different Ubuntu installs, both were successful.
 +
* I attempted to compile the kernel without bitbake. I was successful in compiling it, but not in running it.
  
[[Category:ECE497]]
+
== How To ==
 +
* [[ECE497: How to install Ubuntu on the Beagleboard]]
 +
 
 +
* [[ECE497: How to edit the Matrix GUI]]
 +
 
 +
 
 +
== Lab05d Workaround ==
 +
For Lab05 Part d, I had to edit makefile_profile.mak and app.c.
 +
 
 +
I put both my files on pastebin:<br />
 +
app.c: [http://pastebin.com/r6vsMVTU]<br />
 +
makefile_profile.mak: [http://pastebin.com/gP0yKfN6]
 +
 
 +
 
 +
[[Category:ECE497Spring2011]]

Latest revision as of 13:02, 11 November 2011

Stephen Mayhew

Computer Science Major, Class of 2012.

Projects

Project topics I'm interested in:

  • Speech Recognition - probably using TIESR, or Pocket Sphinx
  • Image Recognition - using OpenCV. I did some work with OpenCV in the image recognition class last quarter, and I have a very simple framework for playing card recognition made already. Perhaps something to do with playing cards and virtual reality, although the road sign project from last year also looks very interesting.
  • Natural Language Processing - I'm not sure if this is very doable on an embedded system, but it is one of my interests.

I will be working on the ECE497: Set Player project as my final project.

Mini-projects

  • I tried to get the Kinect running on the beagle. I did not have much success.
  • I tried out 2 different Ubuntu installs, both were successful.
  • I attempted to compile the kernel without bitbake. I was successful in compiling it, but not in running it.

How To


Lab05d Workaround

For Lab05 Part d, I had to edit makefile_profile.mak and app.c.

I put both my files on pastebin:
app.c: [1]
makefile_profile.mak: [2]