Screenshot While Using The Camera (android)
I'm trying to make a snapshot of my app. The problem I have is that this app is intented to be a augmented reality app and I have a view with some layers and the background layer i
Solution 1:
Sorry you can't. The SurfaceView associated to the camera is hardware accelerated so it won't show in your screenshot.
The only solution I came across is to get the preview from the camera and paint it in the SurfaceView programmatically. Then the screenshot will work.
Post a Comment for "Screenshot While Using The Camera (android)"