Internet of Things
Our Core Competency is built upon understanding the Stack of industry tools solutions and the ability to program or create them to make things tick. We offer Innovative Devices, Custom Solutions, and Specialized Support.
Software Applications
We Build Extensible Software for your business. Application Development, API Development
Live Event Consulting
Next level of A/V Production, accomplished by injecting code into devices accomplishing what humans are unable to do.
Equipment Support
Ensure proper operation by enlisting high level support during mission critical events

Embedded Products
Windows Operating System Development to provide the most reliable software operation.
Touch Based Development
Over 15 years in developing solutions that enhance the user experience through touch.
Automation
The utility of Information Technology solutions often involve resolving the most routine tasks. Macros, Scripts
Code window
Client enjoys additional space with solutions that take up virtually no floor space.
4K Production , Ultra-Short Projection, and Twitter
Full White Borderless Projection and just 3 feet of Projector distance maximize room space while providing an Ultra-HD Production. Our Ultra Short Throw solution let us place the projector just 3 feet from the screen and created an expansive 16ft image. No inconvenient space is taken as with past solutions. Because it's near the screen, viewer shadows don't interfere with projection, and more floor space is left open.
We created an interactive Twitter Website that allowed users to tweet during the event. Tweets were featured in an asynchronous mosaic display that could be projected when necessary. A mobile friendly portal was also created for non-twitter users. Each tweet using this portal was automatically hashtagged providing social marketing of the event.
Efficiency
Optimum space usage means savings. Rear projection or Long-Throw projection have their pros and cons. However the utilization and understanding of new technology equipment means we can eliminate unnecessary space utilization.
4K and New Technology
As 4K gains traction, we are proud to have already adopted 4K production equipment. 4K may not make sense to most consumers. However, the visuals created with Ultra-HD content, change the impact of the event.
Code window

Virtual Reality, and D.J. Silver
D.J. Silver joined us in the lab to host a party in V.R. Once we put on the Oculus Rift headset, we transported to Times Square New York where a small crowd gathered as D.J. Silver started to spin his tunes. D.J. Silver has skillz and people across the world virtually enjoyed it.
We look forward to continuing to utilize this technology because people dancing in V.R. does something nifty to an ordinary party. Placing screens to view this interaction IRL "In Real Life" that showcases how inhibitions in V.R. simply don't exist.
Code window

V.R. Virtual Reality Healthcare, and Immersive Learning
What better way to view a than to have a view of the entire room. We filmed demonstrations and live surgeries in V.R.(Virtual Reality) allowing for immersive learning opportunities. We have also used similar technology in live surgery environments. We recorded and Broadcast the Event, and Created a Special WebVR application that allows Oculus Rift, and the HTC Vive booths to be transported into the room to watch the action.
The application also was enabled for mobile devices to be able to view: See Demo here: https://inovaevents.com/catalog/inova-ecmosymposium-2017/
WebVR
Requires Firefox Nightly or WebVR enabled Browser for Oculus Rift/HTC Vive Usage
Demostration of 360 Degree Room Capture
As filming in V.R. gains traction, we are proud to be early adopters and implementers of this technology. We are confident in the ability to produce content and interaction for future clients.
Code window
The audience enjoys colorful stage backdrop, Image Magnification, and mood enhancing lighting.
Directing, Concept, Lighting, Support, Video
Today, to send an impactful message, you need more than a microphone and a screen. Often meetings include computers, high-definition imaging, rigging, power, Internet and network services, special effects, virtual meetings, exhibitor services, plus all the traditional basic equipment. Our competency and ability to mobilize technological solutions grew from our corporate clients. We partner to build, enhance, and impact our customers.
Stage Concept
Our relationships with other event producers and partner companies allows us to produce limitless stage concepts. Concepts play a crucial role in creating engaging experiences, capturing mindshare, and communicating key messages.
Proficient Personnel
When it comes time to deliver the key message, it's important to have a team at the helm that is able to execute the steps neceesary to create that experience. Experience is key to ensuring the right person is in the right position with the right instructions to execute.
Code window

4.6K Cameras, Scenic Decor, Live Production
We utilized a new 4.6K camera to provide even better visuals to this TED Style Presentation. We provided drape and uplights from our inventory, and executed a live event, where the mood and every moment mattered. The team received near perfect feedback on the event.
Code window

Borderless Display and Ultra-Short Projection
Full White Borderless Projection and just 3 feet of Projector distance maximize room space while providing an Ultra-HD Production. Our Ultra Short Throw solution let us place the projector just 3 feet from the screen and created an expansive 16ft image. No inconvenient space is taken as with past solutions. Because it's near the screen, viewer shadows don't interfere with projection, and more floor space is left open.
Code window

Client enjoys additional space with solutions that take up virtually no floor space.
IMAG (Image Magnification), Audio, Staging, Scenic, and Production
Full White Borderless Projection and just 3 feet of Projector distance maximize room space while providing an Ultra-HD Production. Our Ultra Short Throw solution let us place the projector just 3 feet from the screen and created an expansive 16ft image. No inconvenient space is taken as with past solutions. Because it's near the screen, viewer shadows don't interfere with projection, and more floor space is left open.
Our background in I.T. allows us to understand the importance of presenter content. Slides need to work; microphones need to work, videos need to play because the presenter needs to be able to impact the audience when they desire.
Code window
Audience enjoys double the content. Powerpoint currently doesn't have capabilities to advance multiple slide shows simultaniously. By using a scripting language we were able to enhance and advance your typical Powerpoint Slideshow.
PowerPoint Multiple Presentation Advancer
Ever wanted to run two Powerpoint Presentations at once! This is a perfect example of how powerful a few lines of code can be. Developed on the fly to help a Presenter advance two presentations simultaniously. The result was more content in less time by using Two PowerPoint Presentations Extensible to use with more than two! We can only imagine the possibilities.
AutoHotKey
Macro-creation and automation software for Windows that allows users to automate repetitive tasks. It is driven by a scripting language that was initially aimed at providing keyboard shortcuts, otherwise known as hotkeys, that over time evolved into a full-fledged scripting language
Methodology
The PowerPoint Multiple Advance Script uses an Focus command to select Each Powerpoint independently and advance to the next slide. The code is written with a 30 milliseconds between switching, which allows the advancing to occur faster than any human being could accomplish. We nullify other advancing features to prevent a user from aciddentially independently advancing.
<h3>PowerPoint Multiple Presentation Advancer</h3>
<!-- CodeBase AHK-->
#WinActivateForce
*Up::
Sleep 10
Return
*Down::
Sleep 10
Return
*PgUp::
Sleep 10
Return
*PgDn::
Sleep 10
Return
*Right::
SetTitleMatchMode 3
WinActivate, PowerPoint Slide Show - [MYleft.ppt [Compatibility Mode]]
Sleep 10
Send {PgDn}
Sleep 10
WinActivate, PowerPoint Slide Show - [MYright.ppt [Compatibility Mode]]
Sleep 10
Send {PgDn}
Sleep 10
Return
*Left::
SetTitleMatchMode 3
WinActivate, PowerPoint Slide Show - [MYleft.ppt [Compatibility Mode]]
Sleep 10
Send {PgUp}
Sleep 10
WinActivate, PowerPoint Slide Show - [MYright.ppt [Compatibility Mode]]
Sleep 10
Send {PgUp}
Sleep 10
Return
~*p::
exitapp
return
WheelDown::
IfWinActive, PowerPoint Slide Show
{
Send !{TAB}
}
Send {WheelDown}
Return
WheelUp::
IfWinActive, PowerPoint Slide Show
{
Send !{TAB}
}
Send {WheelUp}
Return
/*
== General
*/
.code-preview .btn {
margin-bottom: 6px;
margin-right: 2px;
}
/*
== Background images
*/
.bg-img-banner1 {
background-image: url(../img/banner1.jpg);
}
.bg-img-banner2 {
background-image: url(../img/banner2.jpg);
}
.bg-img-banner3 {
background-image: url(../img/banner3.jpg);
}
// Back to top
$('#scroll-up').on( 'click', function() {
$('html, body').animate({scrollTop : 0}, 900);
return false;
});
//
// Offcanvas
//
$('[data-toggle="offcanvas"]').on('click', function (e) {
e.preventDefault();
$('body').toggleClass('offcanvas-show');
if ($('body').hasClass('offcanvas-show')) {
$('html').css('overflow', 'hidden');
}
else {
$('html').css('overflow', 'visible');
}
});