Questions on (nVidia 3D Vision) image viewer using c#
Now I am trying to create my own 3D image viewer using c#. Could anyone give me any suggestions or templates? The system setting is DirectX 11, VS2010 and ASUS VG278.
Basically, I am trying to follow these examples:
http://stackoverflow.com/questions/11277069/nvidia-3d-video-using-directx11-and-slimdx-in-c-sharp
http://stackoverflow.com/questions/5935411/how-to-control-stereo-frames-separately-with-c-nvidia-3d-shutter-glasses
http://stackoverflow.com/questions/7377861/nv-stereo-image-signature-and-directx-10-11-nvidia-3d-vision?lq=1
However, I can not let left and right images display properly.
Thanks in advance.
I'd like to recommend you my favorite [url="http://www.rasteredge.com/how-to/csharp-imaging/create-windows-viewer/"]image viewer[/url],which i've used for a long time.You can have a look,then choose the best one.
[quote="Abigail111"]I'd like to recommend you my favorite [url="http://www.rasteredge.com/how-to/csharp-imaging/image-web-viewer-start-integrate/"]image viewer[/url],which i've used for a long time.You can have a look,then choose the best one.[/quote]
thanks for sharing your image viewer for us. i have two problems for your image viewer. first we want 3D image viewer not 2D, second we have the image viewer we need, just don't know how to display it proportionally.
Abigail111 said:I'd like to recommend you my favorite image viewer,which i've used for a long time.You can have a look,then choose the best one.
thanks for sharing your image viewer for us. i have two problems for your image viewer. first we want 3D image viewer not 2D, second we have the image viewer we need, just don't know how to display it proportionally.
Basically, I am trying to follow these examples:
http://stackoverflow.com/questions/11277069/nvidia-3d-video-using-directx11-and-slimdx-in-c-sharp
http://stackoverflow.com/questions/5935411/how-to-control-stereo-frames-separately-with-c-nvidia-3d-shutter-glasses
http://stackoverflow.com/questions/7377861/nv-stereo-image-signature-and-directx-10-11-nvidia-3d-vision?lq=1
However, I can not let left and right images display properly.
Thanks in advance.
thanks for sharing your image viewer for us. i have two problems for your image viewer. first we want 3D image viewer not 2D, second we have the image viewer we need, just don't know how to display it proportionally.