Hi
Does anyone got the video recording sample for android , if yes could you please share the same
Thanks Vish
Hi
Does anyone got the video recording sample for android , if yes could you please share the same
Thanks Vish
@Drakosha: There are subtle bugs in the video implementation in MediaRecorder that cause segmentation faults for unpredictable reasons. I suspect this is why @Vishnuparsad was posting this question in the first place.
yes i tried that sample + lots of other sample from web . so far not able to recoed the video now i cant even play the video from url . able to play from sdcard but not from the url
i dont know what i am i doing wrong been struguling for last one week on this
Thks Vish
Check out this Sample Camera Preview code, http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.html . this would help you in devloping video recording code for video preview. create MediaRecorder object and set video recording parameters..