Multi-Projector Based Display Code ---- FAQ
Frequently Asked Question
- How do I know that my camera has a proper lens?
Answer: If you can see exactly the whole display area while connecting the camera to the master PC, then it's a proper lens. In fact, what we mean proper here is that the lens comes with suitable focal length and field of view (FOV). In our configuration, when putting the camera behind the projectors about 3 meters away from the display wall, we use a 8mm lens. You can find plenty of information from the web about how to caculate the focal length you need in your working scenario and how to choose camera lens. - How do I know that my camera is OpenCV-compatible?
Answer: Please download the test program from here. You can run it on the PC with camera connnected, if you see a camera viewer smoothly, then the camera is OpenCV-compatible. Otherwise, the camera is not OpenCV-compatible and can not be used in this project. - I met the following error: "xx features detected! Please check camera image" ?
Answer: Please open the debug image located at the same directory. The possible reason might be: unexpected obstacle objects seens by the camera; ambient light too bright or too dark that white blobs and black background can not be distinguished. - What if the program crashed during running ?
Answer: Please close all the running programs (include other render server programs and/or control client programs) and re-run the system according to the step-by-step guide. If the same problem still exists, please check the error message and look into the source code yourself. - What if the render server have no response ?
Answer: The most possible reason is that the network traffic is banned by the firewall. All the programs use UDP socket to communicate with each other and might not be successful if your firewall is turned on. Please turn off the firewall or allow the traffic by these programs in the firewall configuration. Another reason might be wrong configuration file is given in the control client, please check the ip address, port etc in the configuration file. - Is there any difference between the calbration result generated from Mulit-Prjector Multi-PC configuration and Multi-Projector Single-PC configuration?
Answer: As long as the physical projector arrangement is the same (for example, both are for 2x2 or 2x1) the calibration result is exactly the same. - What if I found bugs in the codes?
Answer: We would be very thankful if you could help us improving the codes by email a detailed description of the bug to the following address: brown at comp.nus.edu.sg . - What if I still have questions regarding the codes?
Answer: Please email to brown at comp.nus.edu.sg.
Multi-Projector Based Display Code ---- FAQ的更多相关文章
- Multi-Projector Based Display Code ------- Home
Overview This project provides you with the tools and techniques you need to create your own large-a ...
- Multi-Projector Based Display Code ---- ImageViewer
Overview Image viewer is a typical application for large display. It makes use of the high-resolutio ...
- Multi-Projector Based Display Code ---- Calibration
Overview As mentioned previously, there are two main steps in generating a seamless display. The fir ...
- Multi-Projector Based Display Code ---- ModelViewer
Overview Model viewer is another application we provided for large display. It is designed for viewi ...
- Multi-Projector Based Display Code ---- Download
The code providing are for your reference. Please download the code according to your hareware confi ...
- Peer Code Reviews Made Easy with Eclipse Plug-In
欢迎关注我的社交账号: 博客园地址: http://www.cnblogs.com/jiangxinnju/p/4781259.html GitHub地址: https://github.com/ji ...
- Code Pages
https://docs.microsoft.com/en-us/windows/desktop/intl/code-pages Most applications written today han ...
- 设备管理 USB ID
发现个USB ID站点,对于做设备管理识别的小伙伴特别实用 http://www.linux-usb.org/usb.ids 附录: # # List of USB ID's # # Maintain ...
- 【ruby】ruby基础知识
Install Ruby(安装) For windows you can download Ruby from http://rubyforge.org/frs/?group_id=167 for L ...
随机推荐
- 定义Sales_data类型
Sales_data初步定义如下: struct Sales_data { string bookNo; unsigned units_sold = ; double revenue = 0.0; } ...
- codeforces 787D - Legacy 线段树优化建图,最短路
题意: 有n个点,q个询问, 每次询问有一种操作. 操作1:u→[l,r](即u到l,l+1,l+2,...,r距离均为w)的距离为w: 操作2:[l,r]→u的距离为w 操作3:u到v的距离为w 最 ...
- mysql官方测试库
sql语句优化时没有测试数据,oracle官方提供测试数据 https://dev.mysql.com/doc/employee/en/employees-installation.html 到 ht ...
- windows生成库文件
库文件的生成,包括静态库lib与动态库dll,需要改变编译输出的生成命令,可以一开始生成对应的库工程(或者在工程属性->常规->配置类型更改). 附基本对应命令: gcc –c -L .o ...
- 【原创】大叔问题定位分享(8)提交spark任务报错 Caused by: java.lang.ClassNotFoundException: org.I0Itec.zkclient.exception.ZkNoNodeException
spark 2.1.1 一 问题重现 spark-submit --master local[*] --class app.package.AppClass --jars /jarpath/zkcli ...
- 关于saltstack
配置Saltstack master 服务器 master服务器:saltstack.master 172.18.1.103 minion客户端:minion01 172. ...
- 枚举特性FlagsAttribute的用法
先看官方的解释:指示可以将枚举作为位域(即一组标志)处理. 看起来并不好理解,到底什么是作为位域处理? 其实说的通俗点就是用二进制的表示方式来处理数学集合概念中关于集合的或与非等运算方法. 有什么用 ...
- #Node.js的fs导入遇到的问题和解决方案
一直在使用VS Code,今天打算用Node.js进行文件IO时候遇到了一些问题,fs是Node.js的核心功能之一,一开始我用Javascript编写fs模块的导入. var fs = requir ...
- 在XPS13 上安装Ubuntu 16.04
1 准备系统安装U盘 使用常见的光盘工具软件ultraISO. (1)首先使用UltraISO打开Ubuntu-16.04.4-desktop-amd64.iso安装映像. (2)在菜单栏中,选择&q ...
- net core体系-web应用程序-4asp.net core2.0 项目实战(1)-13基于OnActionExecuting全局过滤器,页面操作权限过滤控制到按钮级
1.权限管理 权限管理的基本定义:百度百科. 基于<Asp.Net Core 2.0 项目实战(10) 基于cookie登录授权认证并实现前台会员.后台管理员同时登录>我们做过了登录认证, ...