views:

806

answers:

2

I'm trying to basic video recording. I'm facing few issues with them. When I start the app, its showing camera ready for recording. At the bottom of the view, there's record button and cancel button. When I click record button, it starts recording. When I click record button again, it will not save and ready for next recording. Its showing a view to play the recorded with 2 butons "retake" and "use". Only when "use" is clicked, its saving the video. I don't want to show the play view at all and save the video immediately.

Also, I want to have a over lay view with buttons to start and stop recording (I want to skip SDK's button). What's the method that I have to call to start and stop recording?

Any help is appreciated. Ready to pay if needed. Thanks a lot.

A: 

inspect the KeyWindows.... trace into the view and call the selector .....

Robin
+1  A: 

@Robin

How do we trace into the keyWindows and call stack? None of the selectors / interfaces are public, where do I place the breakpoints?

Raj