views:

56

answers:

3

Hi all.
I want use photos captured by 3D cameras in Silverlight 3 or 4.
I want use that photos like in maps.google.com. Is it possible to do with silverlight and if yes is there any book, tutorial, video or anything alse, from which I can learn how to use tham.
Thanks.

+1  A: 

It is possible to convert a stereoscopic images to an Anaglyph in Silverlight.

Have a watch of this video from Mix10 Moving at 60fps. You want to be 55 minutes into the video (its mainly about video but the principles are the same).

Unfortunately Eric doesn't provide any access to the pixel shader in question.

AnthonyWJones
I wathced the video, but have no idea how to use it for my problem.
Samvel Siradeghyan
+1  A: 

Check this demo out. It comes with full source code: http://www.evanjohnston.com/post/Silverlight-4-Webcams-to-the-3rd-Dimension.aspx

They use two webcams and red- and green-filter pixel shaders to separate the streams. Of course the same can be used for static images.

Rene Schulte
Thanks for link, I will try
Samvel Siradeghyan
A: 

It can be done with panoramic images.
Here is example for cylindric images.

Samvel Siradeghyan