How to show 2 camera preview side by side?[For cardboard apps]

折月煮酒 提交于 2019-11-28 07:44:17

Basically you need to draw the camera into an OpenGL texture and show the texture.

I wrote two versions of this here, feel free to modify the code and add pull requests: https://github.com/Sveder/CardboardPassthrough

I updated @Mikle code to work with the new GoogleVR SDK:

https://github.com/SalahEddin/DJI-Vision/commit/45fe28302d96ef4b1cd07472997d9feb1da5d009

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