前几天在网上偶然看到一篇博客,是利用linxu下的开源的motion搭建嵌入式视频动态监控系统,感觉很好很强大于,是就想自己编译移植一下试试。所谓移动图像监测,简单来说就是利用摄像头定点监测某个区域,当有移动物体经过时,摄像头便自动抓拍(要监测多大物体、按拍照速率都是可调的),并把拍到的图像存储在指...
分类:
移动开发 时间:
2015-10-07 12:10:12
阅读次数:
210
2015年10个重大突破性技术
1.Magic Leap: 三维虚拟视网膜技术
2.Nano架构:3D打印技术
3.车对车交互:汽车无线技术
4.项目Loon:谷歌氦气球信号塔计划
5.Liquid Biopsy(液体活检):快速的DNA测序仪正领先于简单的抽血化验癌症。
6.Megascale Desalination(百万级规模海水淡化):世界上最大的,最便宜的反渗透海水淡化厂和在以色列运行。
7.苹果支付:手机移动支付技术
8.Brain Organoids(脑组织...
分类:
其他好文 时间:
2015-09-24 14:43:47
阅读次数:
168
熟话说“四年一润,百年不润,四百年再润”。那么我们来用编程查找闰年吧!#include<stdio.h>
intmain()
{intyear,leap=1;
printf("\t\t\t判断0~3000之间的闰年\n");
printf("请输入0~3000之间的年份\n");
flag:
scanf("%d",&year);//输入年份
if(year>0&&..
分类:
编程语言 时间:
2015-09-23 12:05:03
阅读次数:
181
今天遇到一个问题,第一次运行程序时,- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event函数无法调用,第二次就好了。找了1天,终于找到了原因。在第一次运行时,显示了一个帮助页面,而这个页面当时是使用再加一层UIWi...
分类:
移动开发 时间:
2015-09-17 19:08:36
阅读次数:
229
Book DescriptionMotion Design for iOS is a first-of-its-kind guide that explains how to both design & build wonderful, immersive animations for iOS. L...
分类:
移动开发 时间:
2015-09-04 12:28:54
阅读次数:
186
介绍本文介绍如何使用motion来操控Linux下的摄像头。安装apt-get install motion配置文件输入命令后面的命令编辑配置文件,vim /etc/motion/motion.conf按照如下需改:daemon on #后台运行videodevice /dev/video0 #摄像...
分类:
系统相关 时间:
2015-09-03 17:52:01
阅读次数:
347
??
Description
A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions...
分类:
其他好文 时间:
2015-08-31 23:44:11
阅读次数:
278
/** * Tries to claim the user‘s drag motion, and requests disallowing any * ancestors from stealing events in the drag. *? * 试图告诉父view不要拦截子控件的drag */ private void attemptClaimDrag() {...
分类:
其他好文 时间:
2015-08-28 23:28:52
阅读次数:
955
Material Design设计语言动画篇共推出六种类型的动画效果:
1、Touch feedback(触摸反馈)
2、Reveal effect(揭露效果)
3、Activity transitions(Activity转换效果)
4、Curved motion(曲线运动)
5、View state changes (视图状态改变)
6、Animate Vect...
分类:
其他好文 时间:
2015-08-28 13:20:53
阅读次数:
359