I'm streaming video from Camera to a server.

To do that I'm setting a preview callback, put my camera into the preview 
mode and send bytes from my callback handler to the server.

Now, I'm required to start video recording from the server. So, upon 
receiving 'start recording' command from the server I use 
MediaRecorder.start() and record my video.

The problem is I do not receive preview callback anymore after the 
recording has been started. So, it's impossible for me to record video and 
stream it to the server at the same time.

What would be the ways to receive frames data, by callback or by any other 
means while recording the video?

Thanks a lot

Alex

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to