문제

I have question about real-time camera display in android. Is there any way to split real-time camera display into pieces and show them randomly in the view, and if there is how to achieve it?

도움이 되었습니까?

해결책

Instead of setPreviewDisplay() you can call setPreviewTexture(), and use the full power of OpenGL to display this texture in multiple facets.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top