Display 3D image in WPF application
Hi guys,

I have an existing interactive WPF .NET 3.5 application, which displays jpg images on a GUI with overlayed controls. The idea is to make it 3D with NVidia 3D Vision on a 3D TV. As far as I [url="http://forums.nvidia.com/index.php?showtopic=203466&view=findpost&p=1260606"]read in this post[/url], there is a Silverlight plugin, which allows 3D video, but no still images. In addition, it's Silverlight and not compatible with WPF, right? Google gave me the following ideas:

Create an XNA (DirectX) application and embed WPF: http://www.c-sharpcorner.com/UploadFile/iersoy/256/
Embedding a D3DImage element in WPF/XAML: http://www.codeproject.com/KB/WPF/D3DImage.aspx

The problem: I have stereoscopic images only (1 image each for left and right eye) and no 3D (DirectX) model. I can create a .jps file and view it in the Nvidia 3D photo viewer or in the [url="http://download.cnet.com/JPSViewer/3000-2193_4-10199278.html"]JPSViewer[/url].

It would be nice to "just" embed a stereoscopic image into XAML/WPF. Is this possible? Any hint greatly appreciated! Thank you!
Hi guys,



I have an existing interactive WPF .NET 3.5 application, which displays jpg images on a GUI with overlayed controls. The idea is to make it 3D with NVidia 3D Vision on a 3D TV. As far as I read in this post, there is a Silverlight plugin, which allows 3D video, but no still images. In addition, it's Silverlight and not compatible with WPF, right? Google gave me the following ideas:



Create an XNA (DirectX) application and embed WPF: http://www.c-sharpcorner.com/UploadFile/iersoy/256/

Embedding a D3DImage element in WPF/XAML: http://www.codeproject.com/KB/WPF/D3DImage.aspx



The problem: I have stereoscopic images only (1 image each for left and right eye) and no 3D (DirectX) model. I can create a .jps file and view it in the Nvidia 3D photo viewer or in the JPSViewer.



It would be nice to "just" embed a stereoscopic image into XAML/WPF. Is this possible? Any hint greatly appreciated! Thank you!

#1
Posted 07/26/2011 11:19 AM   
Scroll To Top