[DIY] Samsung / Mitsubishi shutterglasses IR emitter

Tutorials on how to create your own rigs, pics, movies, and everything that has to do with S-3D at home!
Post Reply
BioSehnsucht
One Eyed Hopeful
Posts: 11
Joined: Tue Jan 11, 2011 4:09 am

[DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by BioSehnsucht »

Thanks to the sleuthing performed by evgenln (here), I was able to construct this IE emitter to drive the SSG-2100 glasses I bought (Shrek package) from my TV's VESA Stereo port. Not quite a Universal IR emitter, as it only speaks Samsung / Mitsubishi, however I will take a stab at building one modified to run from the VESA Stereo port on my TV as well (I do have an unused ATMega16 laying about).

Example board layout
Schematic
ZIP of Source, schematic, etc.

Actually I need to retest after I cleaned up the code and removed commented out stuff to make sure I didn't break it, cleaned it up while at work and haven't been home yet to test that I didn't break it, but it *should* be fine.

Prototype in operation:
Image
User avatar
tritosine5G
Terrif-eying the Ladies!
Posts: 894
Joined: Wed Mar 17, 2010 9:35 am
Location: As far from Hold Display guys as possible!!! ^2

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by tritosine5G »

We don't have VESA on front projectors sadly .
-Biased for 0 Gen HMD's to hell and back must be one hundred percent hell bent bias!
BioSehnsucht
One Eyed Hopeful
Posts: 11
Joined: Tue Jan 11, 2011 4:09 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by BioSehnsucht »

That's really too bad. It would be so cheap for them to add it... I wonder if anyone ever figured out the DLP Link system and could build a photodetector rig to use that as an input (which would then work with non Nvidia sources too).

It seems I have some massaging to do of the code, though. I thought it was just the Shrek discs because it was so minor, but there's a funky banding thing going on when using the Samsung glasses that the ViewSonic DLP Link glasses don't have. I was testing that my removal of debug code & etc last night didn't change the code execution (it doesn't appear to have) and noticed it again on Despicable Me, which I've previously watched with the ViewSonics and knew shouldn't be banding like that.
User avatar
cybereality
3D Angel Eyes (Moderator)
Posts: 11407
Joined: Sat Apr 12, 2008 8:18 pm

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by cybereality »

Good stuff man. Nice work.
User avatar
Okta
Golden Eyed Wiseman! (or woman!)
Posts: 1515
Joined: Tue Feb 12, 2008 5:22 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by Okta »

Great stuff thanks. Have been looking for something like this for a while. The +5v and gnd are optional to driver more lcd's?

edit. Evign mentions the ssg2100 glasses work at a fixed 120hz? Does this mean it wont work with my samsung ps50b450 plasma which i think runs at 100hz?
"I did not chip in ten grand to seed a first investment round to build value for a Facebook acquisition."
Notch on the FaceDisgrace buyout.
BioSehnsucht
One Eyed Hopeful
Posts: 11
Joined: Tue Jan 11, 2011 4:09 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by BioSehnsucht »

The 5V, GND, 3D_TTL connect to the VESA Stereo connector, which has 5V, GND, and TTL signaling to indicate Left/Right eye (high = left, low = right).

The MODE1, MODE2 pins are something that can be jumpered to select normal ('MODE1' on DLP TVs) L/R polarity or reversed ('MODE2', actually default for interpretation of DLP Link for DLP Link glasses ... ) by bridging either of the labelled pins to the one in the middle. If you don't need to be able to choose you could just hardwire it to whichever is appropriate.

If the TV has a VESA Stereo port you could try 50hz, the IR burst this generates doesn't try to account for framerate or anything though, it probably won't work (might require some other IR timing to work). I can't even try to test this since my TV doesn't support any PAL framerates (sadly, wish it did, would make watching my few import PAL DVDs easier instead of using a computer to adjust the framerate instead of using my DVD player).

The glasses are meant for 120hz operation but someone (forget who off hand) was saying they had gotten them to sync to lower framerates with different timings ...
BioSehnsucht
One Eyed Hopeful
Posts: 11
Joined: Tue Jan 11, 2011 4:09 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by BioSehnsucht »

tritosine wrote:We don't have VESA on front projectors sadly .
Apparently the Optima 3DXL (which can either feed 3D into an existing 3D ready page-flipping projector or a pair can be used to split 1080P L/R streams to two projectors, which can be used with polarized filters ... ) has a VESA port, so in theory you could use shutterglasses with this device in the chain, but on the other hand you could just use a polarity rotator and passive glasses if you're going to use a projector anyways : Optima 3DXL Owner's thread at AVS
BioSehnsucht
One Eyed Hopeful
Posts: 11
Joined: Tue Jan 11, 2011 4:09 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by BioSehnsucht »

Image

Banding on the left with my IR emitter and the SSG-2100's, no banding with DLP Link ViewSonic PGD-150's.

Tricky to photo with my point and shoot, let me tell ya ;)

Have modified the code to turn on the IR immediately (~4-6uS delay from input VESA signal transition to IR going on) and then figure out if it needs to run an actual burst or not. No visible change in the amount of banding, so perhaps I am in fact triggering too soon? Perhaps the stock emitter has some significant lag (it may very well if it has a simple R/C oscillator driving the IR). If so, the glasses are programmed to know this and once they have get the IR sync to drive their own clocks can shutter "early" to be on time.

Going to play with delaying the triggering next ... failing that its time to do run a continuous clock that gets it's sync from the VESA input but triggers early, bleh.
BioSehnsucht
One Eyed Hopeful
Posts: 11
Joined: Tue Jan 11, 2011 4:09 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by BioSehnsucht »

Well delays don't help any, things get worse. Perhaps I need some variation in on:off ratio or a specific khz period.

I wonder if my Pronto can learn the IR signal, if so I could try using it to capture it at the store ... that would give something more exact.

Later on I'm going to slap a crystal oscillator in the circuit and rejigger the code for it (only one I have on hand is a 7.xxxxMHz which is great for deriving serial frequencies but not so great for doing the math for getting XuS Ir bursts :P )
lish
One Eyed Hopeful
Posts: 31
Joined: Mon Jan 18, 2010 6:16 am
Contact:

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by lish »

Good jobs,
It is a pity that not all of TV manufactory has VESA ports. :roll:
ange
One Eyed Hopeful
Posts: 2
Joined: Thu Dec 09, 2010 3:42 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by ange »

Hello,
your job is really intresting thx for that.
But there is something I can't understand. Glasses will get a 120hz signal in input meaning 60 low signal and 60 high signal on vesa TTL by second (120 images/s at all). I thought that the sync system (for IR glasses) was designed to adapt variation of the display frequency for example is the display is at 119,9hz or 120,1hz which could lead to out of sync the glasses. If I'm wrong then the TTL signal is only there to sync the start or glasses blinking ?
other question TTL high is 5v and low 0v?



Ange
Yash_Trivedi
One Eyed Hopeful
Posts: 1
Joined: Sun Mar 04, 2018 9:56 pm

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by Yash_Trivedi »

Hello BioSehnsucht,

I read all reply of this post.

I have to design IR shutter glass emitter but in my case, i have two separate channel (signal) for controlling left eye lens and right eye lens.
If we use the Single channel and will control the glasses, in such case visual quality will very poor because in 3D display take some uS time to change Left image to right image and right image to left image, in this transaction period both glasses should be close.

I am also not sure, is there any glasses which used such 2 channel controlling mechanism.

If anyone of you have any idea related to this query then reply.

Thanks
EssaMattou
One Eyed Hopeful
Posts: 1
Joined: Mon Apr 15, 2024 1:59 am

Re: [DIY] Samsung / Mitsubishi shutterglasses IR emitter

Post by EssaMattou »

lish wrote: Mon Mar 14, 2011 9:28 pm Good jobs,
It is a pity that not all of TV manufactory has VESA ports. :roll:
That's right. Sometimes there are people who really need the VESA gong like me and it is extremely inconvenient
Post Reply

Return to “Do it Yourself!”