[android-porting] Sd card detection while camera application is running

2010-11-16 Thread kalyan
How do I detect the SD card removal/insertion while the camera application(default google Froyo app) is running??. when i boot up my device and remove the sd card I am able to recieve an intent to the broadcast reciever in the application indicating the removal of sdcard. But,when I put the device

[android-porting] How to get Video frames from the application in android

2010-10-06 Thread kalyan
Hi , Can anyone tell me how to get the individual video frames and the frame rate from the application code so that i can use those frames to do further processing in the UI. One way to get the video frames would be to add an API to capture the video frames from the decoder. But in that case i woul

[android-porting] Need to get videoframes on android

2010-10-06 Thread kalyan
Hi, I need to get video frames and the frame rate of the videos stored on the sdcard. I need to supply these frames and the framerate to the UI to do further processing. Is there any way to get video frames from the application??.. One possible way to get the video frames would be to add my own AP