在前一篇文章Camera Client/Server的binder
IPC机制中阐述了Android进程间通信binder IPC机制基础,Android Camera基于这个基础设计了Camera Framework
Client/Server架构,文中给出了其类图设计。本文从Android 4....
分类:
移动开发 时间:
2014-06-07 03:10:09
阅读次数:
515
So, how do we capture an image from a WebCam?Once
you download the source code that is attached to the article you should have the
following three pro...
原文:C# 使用摄像头拍照 支持Win7 64位So, how do we capture
an image from a WebCam?Once you download the source code that is attached to the
article you should have...
不得不说够优雅,够内涵。这个东西是能够通过外围设定的fon-size设定大小的,也就是所谓的矢量图。另外这个东西后面如果有文本的话,需要在文本前面追加一个空格,来弥补一下padding(内补)。
Star挺帅的~Font Awesome 3.0的使用确实让人感到舒服: icon-camera-r.....
分类:
其他好文 时间:
2014-05-28 20:31:16
阅读次数:
405
有部分手机的影像是倒立的,如何解决这个问题呢? 请看下面
public static void setCameraDisplayOrientation(Activity activity,
int cameraId, android.hardware.Camera camera) {
android.hardware.Camera.CameraInfo info...
分类:
移动开发 时间:
2014-05-26 06:15:07
阅读次数:
401
using System;using System.Drawing;using
System.Windows.Forms;using AForge.Video;using AForge.Video.DirectShow;namespace
CameraCapture{ public parti...
分类:
Web程序 时间:
2014-05-25 22:30:32
阅读次数:
335
这一篇在上一篇使用aforg.net 捕获摄像头的基础上稍加修改
增加录制功能录制功能使用AForge.Video.FFMPEG 需要添加对 AForge.Video.FFMPEG.dll的引用
并且拷贝AForge.NET\Framework\Externals\ffmpeg\bin路径下的全部d...
分类:
Web程序 时间:
2014-05-25 20:37:31
阅读次数:
393
通常在Surfaceview作为预览视频帧的载体,有时需在上面显示提示文字。以前我弄的都好好的...
分类:
移动开发 时间:
2014-05-25 18:27:16
阅读次数:
417
IplImage* CaptureImg()
{
IplImage* pImg = NULL;
CvCapture* pCam = NULL;
pCam = cvCreateCameraCapture(0);
if(NULL == pCam)
{
fprintf(stderr, "Can't init Camera!\n");
return NULL;
}
cvSetCa...
分类:
其他好文 时间:
2014-05-25 10:59:29
阅读次数:
230