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
You can potentially use Camera.setPreviewCallback with Camera.PreviewCallback#onPreviewFrame to listen for preview frames coming from the camera.
Camera.setPreviewCallback
Camera.PreviewCallback#onPreviewFrame
Code for 2d Barcode scanners might be a useful starting point: ZXing