Video processing in Android

后端 未结 3 1582
广开言路
广开言路 2020-12-04 16:04

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

3条回答
  •  庸人自扰
    2020-12-04 16:48

    You can potentially use Camera.setPreviewCallback with Camera.PreviewCallback#onPreviewFrame to listen for preview frames coming from the camera.

    Code for 2d Barcode scanners might be a useful starting point: ZXing

提交回复
热议问题