nomaro’s DI/LCD Project
Posted: 07 September 2008 08:45 AM   [ Ignore ]
Rank
Joined  2008-09-07
Total Posts:  6
New Member

Hi, I’m french and I want to make my own multitouchscreen.
I think i’ve all understand how it’s work, but i made a draw of my future setup to be sure of my work.
I want to know what can I use to project IR on the surface of my table, simple LED setup works or not??

multitouchzi0.png

I wait for your approval wink

(Sorry for my english, sometime bad...)

Image Attachments
multitouchzi0.png
Profile
 
 
Posted: 07 September 2008 10:12 AM   [ Ignore ]   [ # 1 ]
Rank
Joined  2008-06-29
Total Posts:  22
New Member

That setup looks okay, except for a few issues.  First, use arcrylic (plexiglass) as I believe glass filters IR light naturally.  Your going to want to give your lighting situation a little more thought than just a yellow sqaure.  In my DI table, (which uses a projector, not LCD) I have an IR led array from amazon meant for nightime survailance, and it works great (about $20).  Concentrate on efficiently lighting up your surface as this is really important.  Good luck!

--James

Profile
 
 
Posted: 07 September 2008 10:51 AM   [ Ignore ]   [ # 2 ]
Rank
Joined  2008-09-07
Total Posts:  6
New Member

Are you sure for the glass, because i see on a topic (http://nuigroup.com/forums/viewthread/1982/) :

Rear DI Parts List:

o Clear sturdy clear surface (Glass, Acrylic, Polycarbonate, Plexiglass, etc.)

The yellow square is for my draw smile i think i will use the backlight of my LCD screen directly.

Have you a link for the IR led array you use?

Profile
 
 
Posted: 07 September 2008 11:30 AM   [ Ignore ]   [ # 3 ]
Avatar
RankRankRankRank
Joined  2008-04-22
Total Posts:  525
Elite

Has anyone gotten DI to work with an LCD?  I heard it doesn’t work because when an LCD displays black is blocks IR light.

 Signature 

I am more then willing to to test your Multi-Touch programs on Linux, PM me if you have something.  If you’re looking for something faster then AS3 and Easier then C, try Python!

My Blog

Profile
 
 
Posted: 07 September 2008 12:51 PM   [ Ignore ]   [ # 4 ]
Rank
Joined  2008-09-07
Total Posts:  6
New Member

I read, there is a IR filter I have to remove on the LCD.

Profile
 
 
Posted: 07 September 2008 02:30 PM   [ Ignore ]   [ # 5 ]
RankRank
Joined  2007-06-06
Total Posts:  157
Jr. Member

Your LCD will most likely block IR from behind, you will have to use a method which provides IR above the LCD panel.

Profile
 
 
Posted: 07 September 2008 05:07 PM   [ Ignore ]   [ # 6 ]
Rank
Joined  2008-09-07
Total Posts:  6
New Member

yes but there is no probleme with the camera too??
If the camera can read the blobs from an FTIR Screen, through a screen, the IR can pass from behind, no??

Profile
 
 
Posted: 08 September 2008 02:37 PM   [ Ignore ]   [ # 7 ]
Rank
Joined  2008-09-07
Total Posts:  6
New Member

Nobody made a DI LCD setup which work??

Profile
 
 
Posted: 09 September 2008 04:38 AM   [ Ignore ]   [ # 8 ]
Avatar
Rank
Joined  2008-09-03
Total Posts:  24
New Member

i was thinking about such a setup, wonder if it’s going to work fine:

----------------------
Acrylic |--| IR Leds
----------------------
TFT
----------------------
Diffuser
----------------------

-------
| | Camera
-------

Backlight
________________

When stripping some LCDs i found that the TFT alone won’t filter IR...so the main idea is mixing a FTIR with a TFT screen.
If the diffuser layer is transparent enough to let IR pass through and do its own job (diffusing backlight for the TFT), then the camera should be able to see blobs on the acrylic given by the IR array along the framework.
Actually, the backlight should (must?) be placed between TFT and diffuser, but that’s not a problem as far as i know...so just consider the above scheme both ways.
This won’t fix the “black screen = IR filter” problem though, if that really works that way.
If (and i’m sure of it) someone else already posted such an idea and you already discussed this with no success, just sorry me, i didn’t come across it!

Profile
 
 
Posted: 09 September 2008 06:27 AM   [ Ignore ]   [ # 9 ]
Avatar
Rank
Joined  2008-07-16
Total Posts:  19
New Member

When stripping my LCD down to its bare parts, I have found that I can get IR to pass through from both directions on my screen, so that is a good start. However in regards to backlight, etc I was going to go a more (from what I think) better approach, where I do this for DI..

------------------------------------------------
Acrylic
------------------------------------------------
LCD TFT
------------------------------------------------
Endlighten Acrylic with white LED ribbon surrounding
------------------------------------------------

----------
Camera
----------
------------------------------------------------
IR LED array
------------------------------------------------

And was going to hope if that works.

Profile
 
 
Posted: 09 September 2008 07:10 AM   [ Ignore ]   [ # 10 ]
Avatar
Rank
Joined  2008-09-03
Total Posts:  24
New Member

That should work, since it looks like a nearly normal DI setup...what i was talking about is swapping the IR leds position from bottom (using diffusers) to up (using leds array or whatever along the acrylic edges).
And anyway, anyone knows about the black screen being an IR filter?

Profile
 
 
Posted: 09 September 2008 07:15 AM   [ Ignore ]   [ # 11 ]
Avatar
Rank
Joined  2008-07-16
Total Posts:  19
New Member

That looks more like an FTIR setup (yours).... and yeah as for my experiments, the black screen did dull IR a little bit not not enough to filter it out completely.

Profile
 
 
Posted: 09 September 2008 07:29 AM   [ Ignore ]   [ # 12 ]
Avatar
Rank
Joined  2008-09-03
Total Posts:  24
New Member

sounds annoying...were your blobs still bright enough anyway?

Profile
 
 
Posted: 09 September 2008 04:36 PM   [ Ignore ]   [ # 13 ]
Avatar
Rank
Joined  2008-09-03
Total Posts:  24
New Member

p.s. i just looked around the forum for such a “lcd ftir” setup and....wow i found tons of ppl using this! so i’m definitely NOT saying something new haha...sorry!

Profile
 
 
Posted: 09 September 2008 10:06 PM   [ Ignore ]   [ # 14 ]
Avatar
Rank
Joined  2008-05-05
Total Posts:  48
New Member

Ok, first question would be if the LCD blocks IR light.
It certainly blocks visible light, but since people are using it for FTIR setups I guess there would be no problem with IR. The fact that it could block IR in only one direction doesn’t make much sense to me. But I’m not an expert.

The second possible problem I see is that the diffuser could be too far from your fingers to be effective, but I don’t know.

Your diagram seems ok, NoMa[R]o!, but I would put the diffuser/frosted surface on top of the bottom layer, and not under it (it has to be the closest to your fingers as possible).

shockdesign, your diagram lacks the diffuser. rasberry

xelapond - 07 September 2008 11:30 AM

Has anyone gotten DI to work with an LCD?  I heard it doesn’t work because when an LCD displays black is blocks IR light.

NoMa(R)o! - 08 September 2008 02:37 PM

Nobody made a DI LCD setup which work??

http://multitouch.fi

Profile
 
 
Posted: 10 September 2008 12:30 AM   [ Ignore ]   [ # 15 ]
Avatar
Rank
Joined  2008-07-16
Total Posts:  19
New Member

gsoto, point.. guess i’d put the diffuser between the LCD and the endlighten acrylic..

Profile
 
 
Posted: 10 September 2008 02:50 AM   [ Ignore ]   [ # 16 ]
Avatar
Rank
Joined  2008-09-03
Total Posts:  24
New Member

i assume this lcd/ftir setup will still need a compliant surface under the acrylic other than just the light diffuser for the tft, right?

Profile
 
 
Posted: 10 September 2008 04:15 AM   [ Ignore ]   [ # 17 ]
Rank
Joined  2008-09-07
Total Posts:  6
New Member

Thx gsoto, my setup with the glass on the top can work? I don’t have to use an acrylic surface as saying other??

I keep you informed of the evolution of my project.
Next step : construction smile

Profile
 
 
Posted: 10 September 2008 10:26 AM   [ Ignore ]   [ # 18 ]
Avatar
RankRankRankRank
Joined  2008-02-22
Total Posts:  559
Elite

Looking forward to see your results.

 Signature 

http://www.justinriggio.com cool mad
http://www.niceminds.com My blog

Profile