在做android摄像头捕获时,发现从android摄像头出来的原始视是逆时针旋转了90度的,所以须要把它顺时针旋转90。android视频支持的是NV21格式,它是一种YUV420的格式。当然,始果你用的是android
sdk的话,当中image就提供这个能力。可是我是在ndk下开发,没有找到....
分类:
其他好文 时间:
2014-05-26 20:56:37
阅读次数:
297
Win7 PIL Image模块im.show()无法正常显示图片解决方案
分类:
其他好文 时间:
2014-05-26 20:55:40
阅读次数:
287
kindeditor的上传的文件(包括图片)默认是保存在attached/(image|flash|media|file)/当前日期年月日
对应的目录下,依据加载的插件,自动给uploadJson配置的url增加dir参数。
如果你需要修改attached保存路径或者(image|flash|me....
分类:
其他好文 时间:
2014-05-26 15:10:36
阅读次数:
349
编号需要修改的代码1//// Prefix header//// The contents
of this file are implicitly included at the beginning of every source
file.//#import//服务器IP#define kXMPP...
分类:
移动开发 时间:
2014-05-26 14:51:52
阅读次数:
782
shell中执行sh文件时需要开子进程,因此export的环境变量在子进程中,若想要sh中定义的脚本生效,使用source命令,并且可以被子进程继承。而子进程export的内容父进程获取不到
分类:
其他好文 时间:
2014-05-26 13:51:41
阅读次数:
226
Last updated: June 23, 2010Contents[hide]1About
SysLink1.1SysLink Architecture1.2SysLink Usage2Getting Started with
SysLink2.1Building Kernel Image wi...
分类:
其他好文 时间:
2014-05-26 13:35:27
阅读次数:
263
每天进步一小步,一年进步一大步。本篇主要介绍背景图片设置,平铺,x
y方向上的平铺,是否重复显示no repeat
显示的初始位置background-image:url(images/index_top_bg.jpg)...........................................
分类:
其他好文 时间:
2014-05-26 12:36:08
阅读次数:
242
1 UIImage *image = [UIImage
imageNamed:tempAppInfo.icon];2 UIImageView *appIcon = (UIImageView *) [appView
viewWithTag:0]; 3 appIcon.image = image;每次执...
分类:
其他好文 时间:
2014-05-26 12:35:45
阅读次数:
226
1、Intent intent = new
Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*");
intent.putExtra("crop", true); in...
分类:
其他好文 时间:
2014-05-26 12:00:15
阅读次数:
230
yum install gcc pcre-devel zlib-devel
openssl-develwget http://nginx.org/download/nginx-1.6.0.tar.gz./configure
--with-http_stub_status_module --with-...
分类:
其他好文 时间:
2014-05-26 07:58:20
阅读次数:
253