- Sort Posts
- 5 replies
- Last post
capturing camera buffer
May 6, 2013 - 3:29am #6
capturing camera buffer
May 5, 2013 - 10:35am #4
Hi, have you had a look at this article:
https://developer.vuforia.com/forum/faq/android-how-can-i-access-camera-image
That article explains how to get the pixels from the camera;
then, concerning the YUV to RGB conversion, if you search the internet, you can find many articles explaining how to pass from YUV to RGB (and viceversa);
for example, this is one (but there exist many others):
http://msdn.microsoft.com/en-us/library/ms893078.aspx
you're welcome