根据屏幕大小自动计算需要显示画面的数量的大小位置 解压密码AIerlIz
2021-10-18 22:10:29 1.41MB 监控 分屏
1
js视频监控分屏切换显示代码是一款可分为单屏,四分屏,六分屏,九分屏,十分屏,十六分屏等多种视频分屏切换展示效果。
2021-08-12 16:30:42 38KB js 视频监控 分屏切换 监控分屏
1
delphi实现视屏监控客户端动态分屏功能;双击全屏,双击还原,放大缩小自适应窗体。功能强大。
2021-08-10 14:16:11 204KB Delphi 分屏算法
1
Duilib视频监控客户端(监控列表、分屏、回放等)(无源码)
2021-07-07 17:48:26 60.36MB duilib 视频监控 分屏 libvlc
1
实现了简单的监控视屏分屏浏览技术 /// /// 计算视频面板位置和面积 /// /// /// 总面积和坐标 /// private IList CalcPanelRectangle(int channelCount, Size TotalArea) { IList result = new List(); //模数 int modulo; if (channelCount 64) modulo = 8; else modulo = (int)Math.Ceiling(Math.Sqrt(channelCount)); //平方根 int width, height; //单个画面大小 width = (TotalArea.Width - modulo * 1) / modulo; height = (TotalArea.Height - modulo * 1) / modulo; for (int i = 0; i < channelCount; i++) { Rectangle rect = new Rectangle(); //AxDICOMax.AxDICOMX rect = new AxDICOMax.AxDICOMX(); rect.Width = width; rect.Height = height; if (i % modulo == 0) { rect.X = 1; if (i == 0) rect.Y = 1; else rect.Y = result[i - modulo].Y + height + 1; } else { rect.X = result[i - 1].X + width + 1; rect.Y = result[i - 1].Y; } result.Add(rect); } return result; }
2019-12-21 21:08:44 35KB C# Panel
1
常用的视频监控分屏效果,可分四路,九路,十六路等常用效果
2014-05-19 00:00:00 1.56MB 视频监控分屏
1