I\'m using Android 2.2 with Eclipse.
I would like to make an application that captures video, and for each frame, its send it as a bitmap to a method that processes
If you want to do more complicated real-time video processing, I would highly recommend OpenCV for Android.
OpenCV is a computer vision library that enables you to process video in real-time, and it has libraries to perform simple tasks like detecting edges or more complicated tasks like detecting faces and matching features.
You can get OpenCV working in your Android cellphone in one day, especially because it includes extensive documentation and examples.