Altera Forum






Threads: 18,921
Posts: 77,325
Members: 29,164
Welcome to our newest member, rbn
User
Reputation
9135
7620
5891
4150
2930
2197
2056
1706
1388
1300




 
Register
Quick Search
 
  Altera Forums > IP and Dev Kit Related > University Program

DE2 + DC2 + LCM Gesture Recognizer

Reply
 
Thread Tools Display Modes
  #1  
Old December 30th, 2009, 06:22 AM
israkir israkir is offline
Altera Beginner
 
Join Date: Dec 2009
Posts: 1
Rep Power: 252
israkir is on a distinguished road
Default DE2 + DC2 + LCM Gesture Recognizer

We want to make a simple hand gesture recognizer (up-down, left-right by thumb) project in DE2 board with DC2 camera module + LCM.

From the demo source codes of camera and the internet resources, we realized that we have to make image processing in each frame has been captured. Our approach is based on separating screen to -maybe- 9 parts so that, when a red sticker on thumb appears on these positions:

|__|_x_|__|
|_x_|__|_x_|
|__|_x_|__|

we will send a signal to a game, so that the thing is going to move according to recognition...

1) Where is frame buffer stored? We basically don't have any idea where can we modify it according to our approach. Assuming it is arranged in Sdram_Control_4Port.v file, which part we have to focus on?

2) Why Sdram Control has to be 4 ports? Why not just read and write once, why need 2 ports for read and another 2 ports write?

3) Does (or may) our approach have any conflict to DE2, DC2, LCM code structure?

4) Is there any good resource about DE2, DC2, LCM modules demo code explanation? Because, there is no documentation/comments in code, so unfortunately it is not readable -at least for us, newbees..

5) Otherwise, can someone who knows more about procedure flow of how the stuff is captured and displayed explain a little bit about this?

Along these, welcome suggestions

Thanks in advance...

Last edited by israkir : December 30th, 2009 at 06:25 AM.
Reply With Quote
  #2  
Old February 24th, 2010, 12:49 PM
WASS WASS is offline
Altera Beginner
 
Join Date: Jan 2009
Posts: 3
Rep Power: 599
WASS is on a distinguished road
Default Re: DE2 + DC2 + LCM Gesture Recognizer

Hi,
Is your project still on going ?
Depending on the complexity you need, a simple way is not to touch the buffer and its 4Port, as they take the whole bandwidth anyway, but simply focus on the file RAW2RGB.v where you have the needed signals (oRed,oGreen,oBlue,oDval,iX_Cont,iY_Cont). You can compute on the fly a kind of average coordinates of a selection of colors.
If it's not clear, just ask or specify more details.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Documentation for DE2, TRDB camera and TRDB-LCM display Abu Dhabi FPGA, Hardcopy, and CPLD Discussion 1 November 2nd, 2008 02:59 AM
LCM xiaoyu3729 General Software Forum 1 August 29th, 2005 07:24 PM


All times are GMT -8. The time now is 02:43 PM.