How to write a program functioning like 3D Photo Viewer
Hello, I have some questions about programming in 3D vision. Because I need to write a program that acts actually like the 3D Photo Viewer, that is, a program which read a .mpo file(or two jpg is also OK) and turn on the 3D function of the screen and the glasses to show the photo on screen correctly. I have downloaded the NV Direct3D SDK and find the StereoIssues, which show a Bonny model in a 3-dimentioned way. However, I am trying to figure out all the function and API of the codes NV provides and find the code is too complex for me to understand and use to do something much easier. All I need is to know how to read a .mpo file and use some functions and APIs to show it on screen correctly. So I am wondering if there is any easy way to achieve it so I come here to ask and hope that someone can give me some advice. I can't use 3D photo Viewer or other applications because it is convenient to put all I want to do in one program but not use many applications to read, manipulate, view a data. Please give me some advice if you have any method. Thanks very much.

boy770329
Hello, I have some questions about programming in 3D vision. Because I need to write a program that acts actually like the 3D Photo Viewer, that is, a program which read a .mpo file(or two jpg is also OK) and turn on the 3D function of the screen and the glasses to show the photo on screen correctly. I have downloaded the NV Direct3D SDK and find the StereoIssues, which show a Bonny model in a 3-dimentioned way. However, I am trying to figure out all the function and API of the codes NV provides and find the code is too complex for me to understand and use to do something much easier. All I need is to know how to read a .mpo file and use some functions and APIs to show it on screen correctly. So I am wondering if there is any easy way to achieve it so I come here to ask and hope that someone can give me some advice. I can't use 3D photo Viewer or other applications because it is convenient to put all I want to do in one program but not use many applications to read, manipulate, view a data. Please give me some advice if you have any method. Thanks very much.
#1
Posted 10/28/2011 07:04 AM
If I knew the answer to that, I would have written my own photo viewer by now. The slideshow function in the one they give us is really bare bones.

Zloth_legacy
If I knew the answer to that, I would have written my own photo viewer by now. The slideshow function in the one they give us is really bare bones.
#2
Posted 10/28/2011 11:30 PM
Scroll To Top
You must Log In to add a comment.