[android-porting] Issue with simultaneous audio playback and recording

2009-12-31 Thread Alexy
://www.anddev.org/viewtopic.php?p=28643 http://groups.google.com/group/android-developers/browse_thread/thread/dda83b16eda1f848/beb397cbd5ab073d?lnk=raot&pli=1 - suggests starting recording as late as possible, but thats an option because the recorder has to be started first in my case. -A

[android-porting] Re: Android porting on AM3517

2010-05-05 Thread Alexy
On Feb 25, 7:44 pm, Deva R wrote: > sorry, those ports are for EVM with OMAP3. > > AM3517 is a spin of OMAP3, and is present in its own EVM.. > you need this port > availablehttp://www.linuxhq.com/kernel/v2.6/32-git15/arch/arm/mach-omap2/board... > > On Thu, Feb 25, 2010 at 3:43 PM, Murugaprabu

Re: [android-porting] Android porting for AM3517

2010-05-05 Thread Alexy
Hello, We at Pathpartner have ported Android on AM3517. The code is based on rowboat, and the patches and the readme has been uploaded to http://code.google.com/p/am3517/ -Alexy On Fri, Mar 5, 2010 at 8:15 PM, Deva R wrote: > Hi, > Rowboat is the android port for beagle board, and t

[android-porting] Re: View the contents of mpeg2ts file created using Android media framework

2011-12-12 Thread Alexy
m/get/Multimedia/Video/Other-VIDEO-Tools/MPEG2-TS-Packet-Analyser.shtml to see if the stream has any issue -Alexy On Dec 9, 12:46 pm, Hema A wrote: > Hi All, > > I have extended the MediaRecorder class to support reading from a raw video > file. I am using the MediaRecorder class to

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

2012-05-03 Thread Alexy
Hi, have you tried color converting and giving 420SP (NV21) buffers? Its possible that Skype expects the camera to be giving frames in NV21 format. -Alexy On May 2, 7:55 am, Nikko Torcita wrote: > Hi all, > > I've been trying to support generic UVC cameras on android