--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com.
I currently have an algorithm which basically processes every preview frames. I have tried to capture the video using MediaRecorder of SDK, however, apparently I can't access the preview frames while MediaRecorder is capturing the video.
First question is; is it possible to do this using NDK? I mean capturing the video and processing the frames in the mean time.
Second question is; if it is possible, what 3rd party API's do you prefer ( apparently NDK doesn't have an official API for this)? I am developing the app for HTC Desire S and using SDK 2.2.
Thanks a lot.