视频压缩 Using ffmpeg to compress, convert, and resize videos ffmpeg -i input.mp4 -b 1000000 output.mp4 ffmpeg -i E:\ljjshouji\DCIM\Camera\20160707_184010 ...
分类:
其他好文 时间:
2019-08-03 12:49:49
阅读次数:
129
using DG.Tweening;using UnityEngine; public class FollowTrackingCamera : MonoBehaviour{ public static FollowTrackingCamera _Instance; // Camera target ...
分类:
编程语言 时间:
2019-07-31 18:57:34
阅读次数:
115
void warp_perspect_3_angle(cv::Mat face, float roll, float yaw, float pitch) { cv::Mat face_img = face.clone(); int imgHeight = face_img.rows; int img ...
分类:
其他好文 时间:
2019-07-31 18:36:35
阅读次数:
295
SQL分类 DDL数据定义语言 包括:create alter drop truncate 不支持事务 DML数据操作语言 包括:insert delete update select 支持事务 DQL数据查询语言 包括:select TCL事务控制语言 包括:begin; commit; roll ...
分类:
数据库 时间:
2019-07-28 20:16:11
阅读次数:
154
void setRootNode( osg::Group* root ) { m_main_view->setSceneData( root ); if( m_hud_camera ) { root->addChild( m_hud_camera ); } m_system->setRootNode... ...
分类:
其他好文 时间:
2019-07-27 00:12:15
阅读次数:
121
cesium 学习(七) HeadingPitchRoll 一、前言 对于模型旋转变换、相机视角变换以及方向变换的处理操作,也就是改变heading、pitch、roll这三个的值。这三个值代表什么意思呢?接下来就专门介绍一下Cesium的HeadingPitchRoll。 二、HeadingPit ...
分类:
其他好文 时间:
2019-07-25 23:01:57
阅读次数:
187
原素材 漫画天空 1、打开ps,打开素材,然后按住ctrl+j,复制一个图层,并修改好名字。如下图操作 2、执行「滤镜」–「滤镜库」–「干画笔」,如图所示,三个参数分别是「0」、「10」、「2」。 3、执行[滤镜]–「Camera Raw 滤镜」,把「曝光」调大、「对比」调小,把「阴影」和「黑色」直 ...
分类:
其他好文 时间:
2019-07-24 19:17:00
阅读次数:
96
一种是alpha检测 一种是设置collider 参考: https://zhuanlan.zhihu.com/p/34204396 下面给出第二种方案代码 ...
分类:
编程语言 时间:
2019-07-23 15:22:11
阅读次数:
292
import cv2 def get_img_from_camera_net(folder_path): cap = cv2.VideoCapture("rtsp://admin:admin@10.80.11.11/ch1/stream1")#获取网络摄像机 i = 1 while i<3: ret ...
分类:
编程语言 时间:
2019-07-17 11:09:13
阅读次数:
850
世界坐标: transform.position获取的是世界坐标 屏幕坐标: 单位像素 屏幕左下角(0,0)右上角(Screen.width,Screen.height) Screen.width = Camera.main.pixelWidth; Screen.height = Camera.ma ...
分类:
编程语言 时间:
2019-07-12 18:57:19
阅读次数:
209