Replies: 4 comments 3 replies
-
|
Essential function. Maybe we need to have a way to get GUID of monitor. Or maybe get native screen object via native extension similar to |
Beta Was this translation helpful? Give feedback.
-
|
It seems that information is available to other applications even without admin privileges. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all Attached is a zip of an ANE that will do this, plus a couple other utilities.. Class to create is
Let us know of any issues/comments! It might be that we put some of this functionality into the AIR core AS3 API at some point if it seems like this would be useful for other platforms too; right now this is just for Windows. thanks Andrew |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, Andrew; that would be fantastic allowing air as a suitable solution for museum installations.
If you also implement NDI video transmission, then it would again be a game changer, competing with TouchDesigner but more robust and code-oriented.
I am willing to advocate for AIR as a viable solution for installations and performances in contemporary art through conferences and speeches, but NDI and screen consistency are a must. (So far I mostly use a virtual display driver and OBS capture with NDI transmission, but it is complex to restart in a museum/exhibition context).
Cheers for your help!
The ane makes it usable at least for me!
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have several installations running requiring 3 or more screens attached to the same machine.
Whilst AIR handles multi-screen setups perfectly, there is no precise way to detect via code which screen number corresponds to the physical screen. Windows on restart often changes screen numbering. Or, there are scenarios where the installations stays powered on at night, but tmain projector is off. Punctually, when the projector is powered on, or at a machine restart, windows reassigns screen numbering, that gets reflected in the AIR app, messing up the setup and focing to cumbersome remote operations.
Although it is possible to access the "primary screen" flag, on setups with 3+ screens it is not enough.
Windows has access to a screen name, and several third party apps also do, so I believe there is no limitation in providing the Screen class in ActionScript access to the screen name. This would be a game changer when powering up or maintaining remote installations built in AIR that require multiple screens.
Beta Was this translation helpful? Give feedback.
All reactions