[android-developers] Screen capture without translation and scaling

2011-08-04 Thread viktor
Hi, I draw shapes on canvas, than export canvas to file with bitmap, but when I doing that I save only visible area? I translate canvas by dragging. Is it possible to save all drawing area? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Screen capture from video stream

2010-10-21 Thread sheffanet
Hi, I want to get a screenshot from the video which is showing. Is it possible to get screenshot from video stream? Any ideas? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

Re: [android-developers] screen capture

2010-01-13 Thread dan raaka
!! stop cross posting !! and yes, there was a way to grab /dev/fb0 in android 1.0 and since then it been removed due to security concerns by Google. The READ_FRAME_BUFFER permissions are the remnants of that 1.0 feature -Dan On Tue, Jan 12, 2010 at 4:54 AM, yog wrote: > Hi all, > > 1) Is the

[android-developers] screen capture

2010-01-12 Thread yog
Hi all, 1) Is there any way to collect frame buffer data from surface flinger., and can give it to JNI. 2) Does Java App layer has any API's to collect frame buffer data, from surface flinger. 3) what is the purpose of copybit ApI's in HAL, can the API's can be used to copy framebuffer data. T

[android-developers] screen capture

2010-01-11 Thread p. yog
Hi all, 1) Is there any way to collect frame buffer data from surface flinger., by writing a JNI. 2) Does Java App layer has any API's to collect frame buffer data, from surface flinger. 3) what is the purpose of copybit ApI's in HAL, are there meant to copy framebuffer data. Are there any openso