问题标签 [projector]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
css - CSS中的“投影”媒体类型有多可靠?
我正在做一个公司项目,创建一个可以使用多年的系统。我最近在 css 中遇到了“投影”媒体类型,我在想象它可能为用户带来的潜在好处,进行演示等,但我不知道这是否只是我的想象,或者是否有这是一个现实世界的优势。到目前为止,我所知道的是某些版本的 Opera 在全屏模式下使用媒体类型。
W3C 媒体类型条目:http ://www.w3.org/TR/CSS2/media.html
在投影仪上使用时,是否有任何浏览器检测到投影媒体类型?
这甚至可能吗?我有一种预感,就浏览器而言,投影仪只是一个屏幕,所以没有检测到。如果我错了,那就太好了。
有人在投影媒体类型方面取得过成功吗?
api - 投影仪控制 - RS232 / USB?
我注意到许多投影仪都有 RS232 或 USB 端口,可用于控制投影仪的功能,即切换输入和打开和关闭电源。有谁知道是否有用于以编程方式控制这些功能的 API?
我正在使用 Java,但特别是使用 RS232,我猜这无关紧要,因为协议将处于低得多的级别。如果周围没有“标准”(我猜不会有),建议是什么?目前我正在考虑为我想要的功能定义一个投影仪控制接口,然后允许人们编写用于在外部控制他们的投影仪的类并将它们放置到位(也许使用新的 watchservice API 通过动态反射来拾取它们.) 是否存在我没有看到的任何缺陷?
本质上,我正在寻找一个文档(如果存在),该文档描述了用于在各种不同投影仪上执行基本功能的串行协议。
flash - Screensaver with Flash running on win and mac
I was asked to create a screensaver capable to run on both win and mac. I am ActionScript developer, so I prefer to solve this using Flash/SWF. I know this is possible using several tools:
- Projectors such as Zinc or SWF Studio (os independent, $$$)
- Converters creating screensavers that use the Flash Player (one converter per os necessary, requires Flash Player on user machine, freeware)
- Adobe Air created screensavers (os independent, requires Air on user machine, no costs)
I do not have control over the machines the screensaver will run. So everything needs to be simple and safe. I would go for option 2, but I am not sure if the tools I discovered are reliable.
THE QUESTION
- What tool you recommend to create the screensaver descibed using existing SWF files?
- Is there another (single) tool to create the screensaver without using Flash/AS/SWF?
flash - 启动时如何使闪光灯投影仪在屏幕上居中?
有没有办法在启动时将闪光灯投影仪置于屏幕中央?我注意到当我启动 Flash 投影仪文件时,它会随机定位在屏幕上。我正在使用 ActionScript 3。
opengl - 3D Projection Mapping
I'm trying to use a common LCD projector to shine an image onto a simple 3D shape, but do it in a repeatable way.
What I need: My simplest example is, I place a cube on a table, place a projector attached to a tripod some distance away, measure the distance/orientation between the two (using GOM photogammetry product, http://www.capture3d.com/products-TRITOP.html ), open an existing obj (polygon) model that is exactly the same shape as the cube (dimensionally very accurate), but with some 'fancy' coloring, then project the polygon model to the LCD projector.
What I've done: Spent a month trying to determine the intrinsic / extrinsic constants of my projector - camera pair, focal length, principle point, distortion constants... and I think I have them. (http://code.google.com/p/procamcalib/)
I've found/modified code to open my obj file.
I'm stuck with what to do with these intrinsic/extrinsic constants for the projector.
I'm using opengl / opencv...
flex4 - Flash Player 界面问题
我遇到了运行基于弹性状态的应用程序的 Flash 投影仪的界面冻结问题。Flash Projector exe 是从独立的 Flash 播放器 10.2 版生成的。发生问题的目标机器是 10.3。基本上“屏幕冻结”意味着用户界面在 Flash Player 上照常运行,但它不响应任何用户输入(如按钮按下)。但是如果我们 alt-tab 切换到另一个应用程序,Flash 播放器中的状态会发生变化。屏幕上有按钮显示,但触摸按钮或做任何其他事情 - 它没有响应。重新启动计算机可以解决问题。你能建议为什么会这样吗?Flash Player 中是否存在任何已知错误。问题是这很难在开发人员工作站上重现,因为它并不总是发生。但它经常发生在运行 Intel Atom N270 的目标机器上。您可以建议哪些调试步骤?
actionscript-3 - 闪光投影仪和加载外部图像
我有一个 Flash 投影仪 (.exe) 文件,它从本地硬盘加载一些图像并移动它们。此应用程序在启动时由 VB 应用程序调用(因此它会在您打开系统时运行)。一切正常,但有一个可怕的问题。随机它不会加载所有图像。我尝试通过禁用 Flash 中的“硬件加速”来解决这个问题(请参阅:http ://forums.adobe.com/thread/230262 )并禁用“全屏”,但它又随机发生了!… 请帮忙。我所做的 ?
android - 如何将安卓手机实时投影到投影仪上?
我想用投影仪投影我的手机屏幕。到目前为止,我见过一些人通过在他们的 PC 上安装应用程序来获得手机屏幕的实时视图,然后将 PC 连接到投影仪来做到这一点。
现在,我想知道我是否可以将手机直接连接到投影仪?当然,这是假设我有一个微型 USB 转 VGA 适配器。这可能吗?我需要什么应用程序才能让我的手机与投影仪通信?我该怎么做呢?
java-me - 我可以使用 j2me 应用程序捕获手机屏幕截图吗?
我正在尝试开发一种无线电话投影仪,其中我将使用连接投影仪的 PC 在投影仪上显示电话屏幕。
我对如何在 j2me 中捕获任何正在运行的应用程序的屏幕截图感到有点困惑。
你能帮我吗?
只想在 j2me 中截屏