Generating 3D TV stereoscopic output programmatically

允我心安 提交于 2020-01-14 05:42:07

问题


Do you know what would be the best approach to generate 3D output for one of these new "3D ready" televisions from software. Our application have some nice 3D visualizations, we want these to look nice.

Also, how feasible is it to generate it from a Flash (Flex) app.


回答1:


I believe that the gaming and 3DTV industries have paved the way for you. As long as your app already outputs 3D visualizations, it may just be a matter of installing a driver. You can get started with this NVIDIA 3D Stereo User’s Guide, but I believe there's tons of other stuff out there if you look.

See also the answers to this question.




回答2:


3D televisions can display 3D output only for images shot in 3D. This means "intended for simulated 3D," not just a two-dimensional projection of a 3D image.

Stereoscopy is produced by generating two completely separate images per frame (one for each eye) in which the foreground objects are offset to simulate a 3D image. You cannot take a 2D image and make it into a 3D image, the source frames must be produced as 3D frames from the beginning.

More information:

http://en.wikipedia.org/wiki/3D_television

http://en.wikipedia.org/wiki/Stereoscopy



来源:https://stackoverflow.com/questions/2811350/generating-3d-tv-stereoscopic-output-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!