portugal

Sensoria

We traveled to the north of Portugal to help build a week-long festival for SensorIA, partnering with them to create daily installations and immersive experiences for their guests. Each day introduced a new performance or visual environment, designed to elevate the atmosphere and deepen audience engagement. One of the standout moments was Reggie Watts’s special performance night, where we created a live-reactive visual backdrop. Using our Magic Mirror system, we mixed real-time video input of Reggie into evolving, AI-driven visuals that shifted with the energy of his set.

Another memorable evening featured our music puppets installation for Maz’s performance: Dimi controlled the visual content while Val directed the movement, and throughout the show guests stepped into the Lucid Puppets booth to manipulate the visuals themselves creating a collaborative, ever-changing performance space.

related cases

Let’s make magic together

Contact us
// Wait for the DOM to be ready document.addEventListener("DOMContentLoaded", function() { // Get the button element by its ID var button = document.getElementById('controlnetbutton-1'); // Check if the button element exists if(button) { // Add a click event listener to the button button.addEventListener('click', function() { // Trigger the click event of the button on the other page triggerButtonClickOnOtherPage(); }); } // Function to trigger the button click on the other page function triggerButtonClickOnOtherPage() { // You need to replace 'other-page-button-id' with the ID of the button on the other page var otherPageButton = document.getElementById('controlnetbutton'); // Check if the button on the other page exists if(otherPageButton) { // Trigger a click event on the button otherPageButton.click(); } else { console.error('Button on the other page not found!'); } } });