登录
首页 » Java » android安卓视频录制摄像拍摄源码(测试可用)

android安卓视频录制摄像拍摄源码(测试可用)

于 2013-11-15 发布
0 272
下载积分: 1 下载次数: 0

代码说明:

视频录制与拍摄

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 七牛云SDK源码
    七牛云SDK源码
    2015-05-19下载
    积分:1
  • android图片上传的demo 源码(含服务器端和客户端源码)
    android图片上传的demo 源码(含服务器端和客户端源码)
    2014-09-18下载
    积分:1
  • android 音乐播放器实例源码下载
    android 音乐播放器实例源码下载
    2014-07-28下载
    积分:1
  • 科泰mes 无人仓库源码(含文档)
    科泰mes 无人仓库
    2020-03-26下载
    积分:1
  • Android局域网音频通信程序(AudioRecord采集)
    Android局域网音频通信程序(AudioRecord采集,AudioTrack播放)Android局域网音频通信程序,利用AudioRecord采集,AudioTrack播放。
    2015-02-17下载
    积分:1
  • android常用操作:sdcard的读取和写入 实例 附完整源码
      首先如果要在程序中使用sdcard进行存储,我们必须要在AndroidManifset.xml文件进行下面的权限设置:  在AndroidManifest.xml中加入访问SDCard的权限如下:                  接着我们在使用SDcard进行读写的时候 会用到Environment类下面的几个静态方法     1: getDataDirectory()  获取到Androi中的data数据目录    2:getDownloadCacheDirectory()  获取到下载的缓存目录    3:getExternalStorageDirectory()  获取到外部存储的目录 一般指SDcard    4:getExternalStorageState() 获取外部设置的当前状态 一般指SDcard,          android系统中对于外部设置的状态,我们比较常用的应该是 MEDIA_MOUNTED(SDcard存在并且可以进行读写)  MEDIA_MOUNTED_READ_ONLY (SDcard存在,只可以进行读操作)  当然还有其他的一些状态,可以在文档中进行查找到     5:getRootDirectory()  获取到Android Root路径    6:isExternalStorageEmulated() 返回Boolean值判断外部设置是否有效    7:isExternalStorageRemovable()  返回Boolean值,判断外部设置是否可以移除  
    2013-05-27下载
    积分:1
  • android 移动PathMenu 菜单 例子源码下载
    pathmenu
    2015-04-01下载
    积分:1
  • 安卓图表引擎AChartEngine 实例源码下载
    用于网页端基于achartengine开放的曲线
    2015-04-14下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • android 多选菜单 例子 附完整源码
    android 多选菜单 例子 附完整源码
    2013-07-05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载