[android-porting] Help about Connect USB Webcam to BeagleBoar​d-xM (android)

2011-04-10 Thread Yasmin Elderiny
Hi all, I am new in using the BeagleBoard-xM. I used the android(froyo) on the board , My project is Developing Augmented Reality Application which needs to use a usb camera. now I want to connect a USB webcam. What do I have to do to make it work? Do I have to use a certain camera or drivers? __

[android-porting] Re: what does the mOMXLivesLocally in stagefright or OMXCodec used for?

2011-04-10 Thread 王川
rt 2011/3/31 王川 > hi group, > >I have read the source code of stagefright, there is a problem that > puzzled me: > > description: > == > 1. struct OMXCodec in OMXCodec.h and OMXCodec.cpp has a member named bool > mOMXLi

[android-porting] Re: invalid state problem in stagefright

2011-04-10 Thread 王川
rt 2011/3/31 王川 > Hi group, > I found a problem in stagefright: > > when stagefright use omx component for decoding, it use OMXCodec to manage > the underlying components. > > maybe there is a problem when component is in invalid state. > I found that the OMXCodec will setState(ERROR) when

[android-porting] Re: USB flash drive detected but not mounted

2011-04-10 Thread BiX
Although the minicom shows "sdb: sdb1" when I plug in the thumb drive, it does not appear under mount. Mounting manually does not help either, "mount -t vfat /dev/sdb1 /mnt/ usb" tells me that I do not have a file or directory under that name even after I manually created the folders. I've tried ad

Re: [android-porting] Android-BootTime

2011-04-10 Thread Tiago Maluta
On Fri, Apr 8, 2011 at 7:12 AM, guru sagar wrote: > Hi Developers, > > > I am doing one project there i got struck > at one point. i need to know hardware processing time like Boot time, Time > to enter/exit standby ,Application launch time etc. > Thank you in adv