树莓派的拍照功能 树莓派自带针对camera的bash命令还是很实用的。官网有介绍如何使用。 raspistill 捕获静态图像 raspistill -o cam.jpg raspistill -t 30000 -tl 2000 -o image%04d.jpg raspivid 捕获视频 ras ...
分类:
Web程序 时间:
2019-12-07 14:25:18
阅读次数:
220
Renderer:渲染;Stats:监视器;Camera:相机;Scene:场景;Light:光源;Geometry:几何体;Tween:运动轨迹 基本的demo;学习地址http://www.hewebgl.com/article/articledir/1 var renderer;//渲染 va ...
分类:
Web程序 时间:
2019-12-06 16:26:06
阅读次数:
142
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won't stop roll ...
分类:
其他好文 时间:
2019-12-06 13:57:19
阅读次数:
102
今天记录一下一些基本的数学知识,左手坐标系和右手坐标系。这些对于搞图像开发或者游戏开发的朋友来说,应该是很基础的东西,不过对于大部分人来说还是比较陌生的知识。之所以看这方面资料主要是因为在使用Android Camera使用Matrix的过程中,发现需要一些数学理论支持才能理解。这是为了后面使用An ...
分类:
其他好文 时间:
2019-12-06 11:18:04
阅读次数:
110
[TOC] 参考资料 1. "Google Camera Port: Arnova8G2 apks" 2. "Google Camera Mods & Other Cameras Sup… | Lenovo ZUK Z2 (Plus)" Downloads Recommended Version f ...
分类:
移动开发 时间:
2019-12-04 20:09:35
阅读次数:
771
偶然发现PolygonCollider2D的方法OverlapPoint()有时会失效(一直返回false),测试后发现在scale(这里指世界空间的scale,后同)很小的情况下(通常在UI Canvas设置RenderMode为ScreenSpace Camera时),OverlapPoint( ...
分类:
移动开发 时间:
2019-12-02 19:07:22
阅读次数:
146
配置ubuntu摄像头: 1、设置→添加→usb控制器→兼容usb3.0 2、虚拟机→可移动设备→web camera→连接(断开主机) 3、查看是否配置成功,打开终端,输入: susb ls /dev/video 输出 /dev/video0 配置成功 4、打开ubuntu自带的chesse软件( ...
分类:
系统相关 时间:
2019-12-02 01:03:41
阅读次数:
99
2019-11-17-11:19:45 一、相机模块的安装 将相机模块连接到Raspberry Pi的CSI端口,拔插摄像头之前,保险起见先关闭电源。 二、测试相机模块 系统设置中打开摄像头模块 首选项->Raspberry Pi Configuration->Interfaces->Camera ...
分类:
其他好文 时间:
2019-11-17 17:32:40
阅读次数:
69
Google Calendar, Outlook, iCal has been banned from your company! So an intrepid engineer has decided to roll their own implementation. Unfortunately ...
分类:
其他好文 时间:
2019-11-17 10:26:40
阅读次数:
79
前面达梦数据库的安装是在centos服务器完成并记录的。后续的数据库相关操作将在本机的达梦数据库来操作方便。
表空间有分用户表空间、系统表空间(SYSTEM)、回滚表空间(ROLL)、临时文件表空间(TEMP)和数据库默认的表空间(MAIN)等等,我们这次的操作主要就对正常使用的用户表空间增加、删除、修改。
分类:
数据库 时间:
2019-11-16 00:26:38
阅读次数:
1385