-
远程视频监控
【核心代码】 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
-
Sipdroid-2.5(android网络电话源码)
不可多得的网络电话源码,此工程代码代码架构。sip协议栈的实现软电话的实现stun相关的实现默认使用的编码格式为G711-A率。直接用ant debug的方法编译出的程序,只支持A率和U率两种音频编码格式,其他的都需要通过NDK的方法导入后,才能使用。如果对端终端支持视频的话(如linphone),菜单如下:保持,静音,转移 发送视频 挂断注意:只能发送视频,接收不到对端的视频。如果对端终端不支持视频的话(如yate),菜单如下:保持,静音,转移 挂断有视频捕获,发送,接收的实现。网络传来的音频数据进行播放。本地的音频数据通过进行录制。 在本地播放数据包中的视频流,可以先提取位图,再显示。由于系统没有提供直接播放的相关方法。是无连接的包投递服务,为什么是无连接呢,客户端和服务器压根就没有建立连接,服务器只是开放了端口来接受数据,有了就接受,没有就悬挂阻塞.双边的视频观看,走的还是数据报包,有数据报包的ip和端口就行了可以直接的从MediaRecord里面已经生成好的视频数据中提取出H264/H263的数据,这些数据已经经过了相应的编码通过内置的videoview来通过RTSP来进行播放,那么也就是说服务器会将传递的RTP的视频数据流封装成RTSP的流传递给手机的videoview来实现观看,同样也不需要解码库,所以开源代码里只有声音的编码库,没有视频的编码库.最好的实现该软件的方法是,借助Android的MediaRecorder实时提取出H263/H264数据,然后经过RTP封装传给RTSP服务器,这种实现方式最理想,通过获取onPrewFrame来获取预览帧编码,无论怎么弄,
- 2023-05-24 08:45:04下载
- 积分:1
-
百度地图的路线规划
百度地图的路线规划
- 2014-07-04下载
- 积分:1
-
QR_CodeScan
Android二维码扫描的源码,绝对详细,直接可用(Android two-dimensional code scanning of the source code, the absolute detail, directly available)
- 2020-09-19 09:27:53下载
- 积分:1
-
android 增加listview gridview recyclerviewlist 动画效果(翻转/加载)
android 增加listview gridview recyclerviewlist 动画效果(翻转/加载)
- 2016-02-24下载
- 积分:1
-
BaiduMapApiDemo
百度地图api,有各项功能的demo,详尽、具体,适合初学者探究(Baidu map api, there are various functions of the demo, detailed, specific, suitable for beginners to explore)
- 2013-10-23 14:45:55下载
- 积分:1
-
某500强android学习资料
某500强android学习资料
- 2015-01-28下载
- 积分:1
-
MIUISoundRecorder
android小米录音机源码,可以直接运行的,非常不错。(MIUI recorder android source)
- 2013-11-23 22:27:51下载
- 积分:1
-
SpeakMessageService
安卓短信语音播报的应用。可以将接受的文字转化为语音,并且通过扬声器播报。(Android SMS voice broadcast applications. Accepted text can be converted to voice, and broadcasted through the speaker.)
- 2020-09-23 14:07:49下载
- 积分:1
-
图书管理
图书管理,
- 2022-01-25 17:39:09下载
- 积分:1