-
远程视频监控
【核心代码】 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
-
shudu01
自己编写的Android数独游戏程序,修改了其中的很多BUG,在自己手机上运行良好,要求Android2.3以上(Write your own Android sudoku game procedures, revised and many of those bugs, work well on their mobile phones, above Android2.3 is required)
- 2015-07-24 18:13:40下载
- 积分:1
-
ZigbeX-txtbook
TinyOS操作系统教材,有详细的编程语句,包括一些简单的跑马灯等内容(TinyOS operating system textbook, a detailed programming statements, including some simple marquee etc.)
- 2015-11-17 20:40:37下载
- 积分:1
-
resource
使用App Inventor开发会说话的Tom猫所需音频视频素材.(Use App Inventor to develop audio and video materials for talking Tom cats.)
- 2018-05-16 10:13:20下载
- 积分:1
-
android 群聊实例源码下载
android 群聊实例源码下载
- 2015-01-28下载
- 积分:1
-
android_key
android新增按键值流程,从底层到中间层再到上层app,对linux和android framework有个一定的认识(android key value added processes, from the bottom to the middle layer and then to the upper app, android framework for linux and have a certain understanding of)
- 2013-10-09 11:34:19下载
- 积分:1
-
android 发射弹球小游戏 附完整源码下载
android 弹球游戏制作
- 2013-05-24下载
- 积分:1
-
3D-air-war
3D 空战游戏
open GL编程应用实例(3D air war game
3D open GL application instance for studying)
- 2012-10-16 14:38:55下载
- 积分:1
-
12
说明: 志必得论坛OPNET版精华3,对于opnet的新手可以下载下来多学习一些,很好的材料(Zhibide forum OPNET version of the essence of 3, for the OPNET novice can download to learn some more, very good material)
- 2014-07-01 19:31:42下载
- 积分:1
-
Android.doc
android 开发工具指南,里面有对安卓系统的介绍,文档不错,可以当作安卓开发的补充知识。(android tutorial)
- 2013-07-02 20:47:02下载
- 积分:1