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
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
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