EBC Mini Project 03

From eLinux.org
Revision as of 07:32, 27 September 2012 by Yoder (talk | contribs)
Jump to: navigation, search

thumb‎ Embedded Linux Class by Mark A. Yoder


This mini project is a follow up on the audioThru and videoThru labs. At this point you should have both audio and video working in their own threads in one app. This mini project starts there and adds a feature. On user input,

  1. have the Video2 display a copy of the current image in Video1. Video1 is to keep displaying live video.
  2. replay the last 5 seconds of audio, while continuing to play the live audio.

You can decide what the user input is. It may be

  1. User hits return in the terminal
  2. Sensor detects the user
  3. etc.

Keep in mind this is on the xM, so the sensors you used before may not work. For example, there is no analog in.

Write a small (less than one page) memo that highlights the features of this mini project and demo it.



thumb‎ Embedded Linux Class by Mark A. Yoder