I am working on android camera app,I want green screen chroma key effect to captured image.
I have used http://code.google.com/p/chroma-key-project/downloads/list this chroma key project with my code,but it doesn’t make that much sense to me.I am capturing image in green/blue background with chroma key effect then I need to set white background to it.. please help me out.
I am using this code for tablet but the program is automatically crashed and It gives this type of error “java.lang.OutOfMemoryError: bitmap size exceeds VM budget”..why? and what should i do for this?
I am working on android camera app,I want green screen chroma key effect to
Share
The answer is rater simple, your application does not have enough memory to handle the bitmap size. What you should do is use smaller bitmaps to work with.
Rolf
Edit: it could be useful if you post some code y’r using.