Run a five channel video art installation triggered by Arduino with magnetic sensor
-
Hello @woland,
Thank you very much for this support, do you mean the Isadora Document files?
If yes, I will send them in a bit!
-
Yup! He seems the Isadora document files (.izz)
-
How do you have your TripleHead2Go configured?
The resolution of 1365x1092 seems like a likely cause of issues to me here.
What resolutions do your connected displays support?
If your displays are 1920x1080, we should see the same resolution (or maybe a scale of it like 1280x720) here in Stage setup, otherwise the TripleHead2Go may not accept the feed. -
Hi @dusx,
The three connected displays each support 2560 x 1440 pixel.
I add a screenshot of the Matrox setting.
I also tried to unplug the Matrox Box and open my Isadora document, but it still crashes, so I also cannot change the stage setup in Isadora.
I can open the file on another computer and I will try to rebuild it! Or does someone have another solution? I guess it's hard to tell :/
-
Have you tried to start Isadora (not the document) then "Pause engine" in menu output and then open your document. If it doesn't crash make some change, save and resume engine
Best regards,
Jean-François
-
@gindo said:
I also tried to unplug the Matrox Box and open my Isadora document,
I would try killing the Matrox task before opening Isadora, and have the device detached. It might be the Matrox service having issue with the resolutions. But also, clear your preferences first. (see: How to Manually Delete the Isadora Preferences : TroikaTronix)
-
Hi Gina,
This sounds like an interesting interactive installation! For triggering Isadora cues from the Arduino magnetic sensor, here are a few thoughts:
- Use the Arduino Firmata actor to receive the sensor data into Isadora. You'll need to initialize it and set the input pin accordingly.
- Then route that input to a Switch actor to control the scene changes. For example, set it to switch to Scene 2 when the input goes HIGH (door closed).
- You can use a Timer actor in each scene to transition back to Scene 1 after a set duration.
- For automatic start up, you may be able to use something like a Powershell script that launches Isadora on boot up. Just need to make sure it opens in fullscreen.
- For shutdown without mouse/keyboard, look into remote login software so you can SSH into the Mac and shut down calendar 2024 from another computer.
Definitely try testing the Arduino > Isadora communication first. Once you have that working reliably, the other automation should be very achievable. Let me know if you have any other questions! Excited to see how this project develops.