Hi,

Android provides MediaRecorder Class for Video Recording use case. It
also provides a dedicated Camera class to configure video capture.
This Camera class by default provides a huge list of color filters and
effects.  By appropriately setting the Camera parameters one can do
video recording with effects.

Now, i want to add custom effects to video recording. I dont see any
plug-in-able facility in either MediaRecorder or Camera. If there is,
do let me know.

Other option is to get hold of capture buffers containing
raw(uncompressed) data, apply effects and use custom media recorder
engine.
But again I don't see any API for the same. (though preview buffers
are available through callback)

So the second question is, how to access capture buffers.

regards
Shashank

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

Reply via email to