[android-beginners] Re: Convert framebuffer in video

2009-03-25 Thread Cartouche
Ok Dave, thanks a lot for your help. Cartouche. On 25 mar, 21:59, Dave Sparks wrote: > The frame buffer is only accessible to a privileged process. We have > no plans to expose an API to allow applications to access the frame > buffer. > > On Mar 25, 12:42 am, Cartouche wrote: > > > Thanks a l

[android-beginners] Re: Convert framebuffer in video

2009-03-25 Thread Dave Sparks
The frame buffer is only accessible to a privileged process. We have no plans to expose an API to allow applications to access the frame buffer. On Mar 25, 12:42 am, Cartouche wrote: > Thanks a lot for your response, > do you mean Android actually has not API to control the framebuffer, > or it'

[android-beginners] Re: Convert framebuffer in video

2009-03-25 Thread Cartouche
Thanks a lot for your response, do you mean Android actually has not API to control the framebuffer, or it's really impossible to do what I want ? Cartouche. On 25 mar, 07:22, Dave Sparks wrote: > We have no plans to support this function in the framework. It's a > significant security risk (al

[android-beginners] Re: Convert framebuffer in video

2009-03-24 Thread Dave Sparks
We have no plans to support this function in the framework. It's a significant security risk (allowing an application to snoop the frame buffer), and on some hardware, the app processor may not even have access to the final framebuffer. On Mar 24, 8:11 am, Cartouche wrote: > Hi guys, > > first s