1.调用系统摄像头 1.声明常量和变量 2.按钮点击事件,打开系统摄像头 3.重写onActivityResult事件接收拍照返回 4.生成文件名返回路径5.保存图片[java]view plaincopyprivatestaticfinalintTAKE_PICTURE=1;classbtnGot...
分类:
移动开发 时间:
2014-07-27 23:09:39
阅读次数:
245
【Rendering with Replaced Shaders】 It works like this: the camera renders the scene as it normally would. the objects still use their materials, but t....
分类:
其他好文 时间:
2014-07-27 22:26:09
阅读次数:
185
1、voidRender();Description Render the camera manually.This will render the camera. It will use the camera's clear flags, target texture and all other....
分类:
其他好文 时间:
2014-07-27 21:58:19
阅读次数:
335
本文主要介绍使用Google自带的FaceDetectionListener进行人脸检测,并将检测到的人脸用矩形框绘制出来。本文代码基于PlayCameraV1.0.0,在Camera的open和preview流程上进行了改动。原先是放在单独线程里,这次我又把它放到Surfaceview的生命周期里进行打开和开预览。 首先要反省下,去年就推出了静态图片的人脸检测demo,当时许诺一周内推出C...
分类:
移动开发 时间:
2014-07-25 11:19:01
阅读次数:
1085
You can use your robot to send real-time video images, and this could be a very interesting DIY robotic application. In this article, we make an overview of three possible ways for real-time streaming...
分类:
移动开发 时间:
2014-07-24 23:39:43
阅读次数:
634
《构建跨平台APP:jQuery Mobile移动应用实战》一书的案例包含了笔者做过的很多应用,这些应用包括天天背单词APP、移动校园APP、在线音乐播放器、在线视频播放器、通讯录、课程表、Metro界面、新闻列表、手机调查问卷、计算器、移动BBS、电子阅读器等等,这些案例全部来源于真实的生活。
分类:
移动开发 时间:
2014-07-23 16:43:21
阅读次数:
251
webservice 异构平台之间的交互如:.net、php、python、perl 流行的框架:CXF、Axis、Metro JAVA提供的:JAX-WS一、快速实现一个基于Jws的Webservice项目 1、服务器的建立 1.1创建接口 package com.blin...
分类:
Web程序 时间:
2014-07-22 00:01:38
阅读次数:
302
android手机用闪光灯做成手电筒的应用非常多,可是有的不能用。后来发现是除了把 camera device的 flashmode设置成torch外还要打开预览:以下是代码:MainActivity.javapackage com.android.flashlight;import android...
分类:
移动开发 时间:
2014-07-21 10:02:21
阅读次数:
293
WPF,FolderBrowserDialog,文件夹选择对话框
分类:
其他好文 时间:
2014-07-21 09:28:01
阅读次数:
501
Android Camera 三星BUG :
最近在项目...
分类:
移动开发 时间:
2014-07-19 23:18:19
阅读次数:
474