I am using the standard Eclipse-Android setup as outlined on Google's developer site. My app uses OpenGL ES on top of a camera preview and I would like to take some screenshots while testing it with the adb connection. The problem is, whenever I take a screenshot with DDMS's Screen Capture tool, the alpha goes to full 1.0f saturation; both the camera preview and the OpenGL layer are being captured, but for some reason none of the transparency is.
Any help would be hugely appreciated!