Difference between revisions of "User:Draneaw"

From eLinux.org
Jump to: navigation, search
m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:ECE497]]
+
[[Category:ECE497Fall2012 |Ud]]
  
[[Category:ECE497 |Project]]
+
== Project Work ==
{{YoderHead}}
+
I have worked with the 8x8 Bi-Color LED Matrix grid. A simple explanation of the work can be found here [[Adafruit: Bicolor LED Square Pixel Matrix]].
  
Team members: [[user:Draneaw|Alex Drane]].
+
== Final Project ==
 
+
Me and a partner are working on implementing a remote webcam viewer that does not require installation of any software by the user to view a webcam through a web interface powered by node.js. Surprisingly there is currently very little relating to this available with regards to HTML5 and node.js. A link to our work is here: [[ECE497: Remote Web Cam Viewer Final Project]]
== Executive Summary ==
 
 
 
Give two sentence intro to the project.
 
 
 
Give two sentences telling what works.
 
 
 
Give two sentences telling what isn't working.
 
 
 
End with a two sentence conclusion.
 
 
 
The sentence count is approximate and only to give an idea of the expected length.
 
 
 
== Installation Instructions ==
 
 
 
Give step by step instructions on how to install your project on the SPEd2 image. 
 
 
 
* Include your [https://github.com/ github] path as a link like this:  [https://github.com/MarkAYoder/gitLearn https://github.com/MarkAYoder/gitLearn]. 
 
* Include any additional packages installed via '''opkg'''.
 
* Include kernel mods.
 
* If there is extra hardware needed, include links to where it can be obtained.
 
 
 
== User Instructions ==
 
 
 
Once everything is installed, how do you use the program?  Give details here, so if you have a long user manual, link to it here.
 
 
 
== Highlights ==
 
 
 
Here is where you brag about what your project can do.
 
 
 
Include a [http://www.youtube.com/ YouTube] demo.
 
 
 
== Theory of Operation ==
 
 
 
Give a high level overview of the structure of your software.  Are you using GStreamer?  Show a diagram of the pipeline.  Are you running multiple tasks?  Show what they do and how they interact.
 
 
 
== Work Breakdown ==
 
 
 
List the major tasks in your project and who did what.
 
 
 
Also list here what doesn't work yet and when you think it will be finished and who is finishing it.
 
 
 
== Future Work ==
 
 
 
Suggest addition things that could be done with this project.
 
 
 
== Conclusions ==
 
 
 
Give some concluding thoughts about the project. Suggest some future additions that could make it even more interesting.
 
 
 
{{YoderFoot}}
 

Latest revision as of 08:12, 18 May 2013


Project Work

I have worked with the 8x8 Bi-Color LED Matrix grid. A simple explanation of the work can be found here Adafruit: Bicolor LED Square Pixel Matrix.

Final Project

Me and a partner are working on implementing a remote webcam viewer that does not require installation of any software by the user to view a webcam through a web interface powered by node.js. Surprisingly there is currently very little relating to this available with regards to HTML5 and node.js. A link to our work is here: ECE497: Remote Web Cam Viewer Final Project