سؤال

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