-
远程视频监控
【核心代码】 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二维码demo
//要转换的地址或字符串,可以是中文 public void createQRImage(String url)
{ try { //判断URL合法性 if (url == null
- 2022-11-26 01:50:04下载
- 积分:1
-
Android中通过ViewPager动态加载数据完整示例源码下载
Android中通过ViewPager动态加载数据完整示例源码下载
- 2014-04-05下载
- 积分:1
-
android播放IPCamera的rtsp连接
vlc-android播放网络视频成功
- 2014-10-18下载
- 积分:1
-
android 264解码
ffmpeg解码264文件,移植ffmpeg到android实现的,适合新手使用
- 2022-04-16 07:06:40下载
- 积分:1
-
filemanager04
简易的Filemanager,有listview和gridview,同时可以开启档案。(Simple Filemanager, a listview and gridview, and can open the file.)
- 2011-09-26 13:35:56下载
- 积分:1
-
ComposingView
View used to show composing string (The Pinyin string for the unselected syllables and the Chinese string for the selected syllables.) for Andriod.
- 2013-10-21 00:11:39下载
- 积分:1
-
Vitamio-Demo2
多媒体播放器 使用vitamio制作的播放器 demo(vitamio demo)
- 2012-05-17 09:13:02下载
- 积分:1
-
使用SQLite缓存数据(缓存文本和大图片)例子源码下载
使用SQLite缓存数据,缓存 大图片 小图片 文字 等信息
- 2015-03-02下载
- 积分:1
-
aidl 体现跨进程通信实例源码下载(aidlserver/aidlclient)
aidl(Android Interface Definition Language)进程通信
- 2014-12-22下载
- 积分:1