Hi Folks,
I have use one Ti.media lib to run camera function for capturing photo and then showing as one view background image on android device but failed
Through debugging i found when Titanium try to show the image on the device it raised one warning:
[WARN] : OpenGLRenderer: Bitmap too large to be uploaded into textrure (3120 * 4208, max=4096 * 4096)
My android device can have photo resolution is 3120*4208 but it may exceed the Titanium OpenGL render max limit. So my question is how can i avoid it or use any method to let this high resolution photo show?