[android-porting] UVC camera YUYV pixel format support in android applications

2012-05-02 Thread Nikko Torcita
Hi all, I've been trying to support generic UVC cameras on android and have been successful so far with getting the native camera app to display preview images until I tested my code with skype video call and got stuck with a buffer memory problem. To break it down, 1. I'm using the yuv422i-yuyv

Re: [android-porting] SDcard booting on blaze board through fastboot

2012-05-02 Thread Mamatha K
Thanks alot Pavan. I am working on this solution. Vandanegalu :) Regards, Mamatha K > > > -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Surface Flinger management

2012-05-02 Thread chandu
Hi, I am new to android , i am studying Android display system, i have some doubts regarding surface flinger and window. 1. One activity can have one or more windows (like dialog box, popup windows)? 2. One window can have one or more surfaces? 3. Surface flinger is allocated 8 MB of memory , i

[android-porting] UVC camera YUYV pixel format support in android applications

2012-05-02 Thread nikkotorcita
Hi all, I've been trying to support generic UVC cameras on android and have been successful so far with getting the native camera app to display preview images until I tested my code with skype video call and got stuck with a buffer memory problem. To break it down, 1. I'm using the yuv422i-yu