搜索资源列表
AutoPhotoPro
- 能够预览摄像头并自动聚焦拍照后存储至SD卡的Android程序-To preview and auto-focus camera memory to the SD card after taking the Android program
H264encodertest
- 从相机previewcallback得来的预览数据流,采用H264编码,存储到本的SD卡,H264编码器采用x264移植到Android的动态库,对于andriod视频处理具有较*价值-get data stream from the camera previewcallback, using the H264 encoder, and then store in this SD card, the H264 encoder using x264 ported to the Android
photo
- android控制相机拍照的示例程序源代码,拍照后将文件存入指定文件夹中(如SD卡目录)。开发拍照程序可以参考-android sample program source code, control the camera to take pictures after the file into a specified folder (such as SD card catalog). Development of camera programs can refer to
teach_camera
- Android Camera的功能,能開啟相機,拍攝照片,儲存至SD卡內-Android Camera function, can turn on the camera, take a picture, save it to the SD card within
Camera
- 主要功能可在Android手持設備上提供從圖庫選取圖片及拍照、儲存於SD卡上-The main function Android handheld selected read tablets and photographed, from the gallery stored on the SD card
PictureDemo
- Android相机拍照、相册选取后直接显示以及截图后显示,解决因Bitmap导致的内存溢出问题,源码实现过程部分注释讲解: 将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of me