• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    [ANSWERED] Receiving photos during performance

    How To... ?
    7
    12
    1350
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Eva last edited by Woland

      Hi there:)
      I am experimenting with how e.g. a heat map, that is created from another computer can manipulate something else during an installation.
      So my question for anyone knowing about sending something to Isadora could tell me, if and how it is possible to send photo to Isadora, and then incorporate it in a patch?
      What I mean is: There is a computer creating heatmaps over time. I want to take in this heat map, and e.g. use this to change the color of the lighting in the space. So my question is, how do I take in photos during an installation and get isadora to registrate this new photo in an actor?
      Is this an option? Or do anyone have other Ideas?
      Many thanks for any help or ideas:) Eva

      PS: the light part is up and running:) 

      Eva Esmann Behrens
      Labtop: Macbook pro (Retina) 2015, 2,7 GHz,8 GB, MacOS Mojave
      Mac Studio

      Woland jfg 2 Replies Last reply Reply Quote 0
      • Woland
        Woland Tech Staff @Eva last edited by Woland

        @eva

        Ok, so there are a number of things that affect how you would do this:

        1. Whether the heatmap software can output video over Syphon/Spout or NDI.
        2. Whether the heatmap is being generated on another computer or on the same computer as Isadora.
          1. If so then also whether you want to send the video over a network (NDI) or use a physical capture device.
        3. Whether you need to keep every image of the heatmap video feed or you only need the most recent one.

        I've created an Isadora file that roughly explains how to do this based on the different combinations of these different factors.

        >>>DOWNLOAD<<<


        Vid From This Comp, Store All Pics



        Vid From This Comp, Only Most Recent Pic



        Vid From Diff Comp Over NDI, Store All Pics



        Vid From Diff Comp Over NDI, Only Most Recent Pic



        Vid From Diff Comp via Hardware Capture, Store All Pics



        Vid From Diff Comp Via Hardware Capture, Only Most Recent Pic



        TroikaTronix Technical Support
        New Support Ticket: https://support.troikatronix.com/support/tickets/new
        Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
        Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
        Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

        | Isadora Version: all of them | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

        1 Reply Last reply Reply Quote 0
        • jfg
          jfg @Eva last edited by

          @Eva

          If you use Isadora on both computer and both are on the same network.

          Computer A to capture the pictures: 

          - set the captured Media Folder to a folder on Computer B

          - patch on computer A:

          - create a virtual stage and set the projector and the Capture stage to Picture actors to this stage

          Computer B:

          use a script to load the content of the folder in Isadora. see Tutorial:https://support.troikatronix.c... and the script 641ffe-watch-isadoracore-mediabinload.scpt.zip  on the forum page https://community.troikatronix...

          Best regards, 

          Jean-François

          • Izzy 3.2.6
          - MacBook Pro M1 Max 16" 64GB RAM, Mac OS 15.3.2 Sequoia
          - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ),
          Mac OS 10.14.6 (Mojave)
          - Mac mini Pro M4, Mac OS 15.3.2 Sequoia

          • A range of deployable older Macs
            Located in Bremen, Germany
          1 Reply Last reply Reply Quote 0
          • jfg
            jfg last edited by jfg

            Sorry but just see that this AppleScript doesn't't work anymore with Izzy 3. and above. The script was/is still working with 2.6.1 or I am missing something.

            best

            Jean-François 

            • Izzy 3.2.6
            - MacBook Pro M1 Max 16" 64GB RAM, Mac OS 15.3.2 Sequoia
            - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ),
            Mac OS 10.14.6 (Mojave)
            - Mac mini Pro M4, Mac OS 15.3.2 Sequoia

            • A range of deployable older Macs
              Located in Bremen, Germany
            Woland 1 Reply Last reply Reply Quote 0
            • Woland
              Woland Tech Staff @jfg last edited by

              @jfg

              We did do some updates in Isadora 3 for AppleScript last year. Headed into a meeting but you can check out the tutorial here: https://support.troikatronix.com/support/solutions/articles/13000093597-isadora-and-applescript

              TroikaTronix Technical Support
              New Support Ticket: https://support.troikatronix.com/support/tickets/new
              Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
              Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
              Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

              | Isadora Version: all of them | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

              jfg 1 Reply Last reply Reply Quote 0
              • jfg
                jfg @Woland last edited by Woland

                @woland

                OK, I got a script to run as folder action:

                on adding folder items to this_folder after receiving these_items
                try
                tell application "Isadora USB Key"
                import media to document 1 from these_items
                end tell
                on error msg
                display dialog "Error importing file into Isadora: " & msg
                end try
                end adding folder items to

                thanks

                Jean-François 

                • Izzy 3.2.6
                - MacBook Pro M1 Max 16" 64GB RAM, Mac OS 15.3.2 Sequoia
                - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ),
                Mac OS 10.14.6 (Mojave)
                - Mac mini Pro M4, Mac OS 15.3.2 Sequoia

                • A range of deployable older Macs
                  Located in Bremen, Germany
                Bodo 1 Reply Last reply Reply Quote 2
                • Bodo
                  Bodo @jfg last edited by

                  @jfg I have an installation running on a windows machine and isadora3 and need this kind of folder action - is there any solution to do this on a windows pc?

                  best Bodo

                  MacPro Late 2013 OSX 10.13., Izzy 2.6.1

                  http://studio6.berlin

                  jfg Woland 2 Replies Last reply Reply Quote 0
                  • jfg
                    jfg @Bodo last edited by jfg

                    @bodo

                    Sorry but I have no idea of Windows Software. I only know there is no equivalent to AppleScript(see the tutorial link from @Woland). I think the @Woland solution above will be the best for you.

                    Best regards, 

                    Jean-François

                    • Izzy 3.2.6
                    - MacBook Pro M1 Max 16" 64GB RAM, Mac OS 15.3.2 Sequoia
                    - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ),
                    Mac OS 10.14.6 (Mojave)
                    - Mac mini Pro M4, Mac OS 15.3.2 Sequoia

                    • A range of deployable older Macs
                      Located in Bremen, Germany
                    1 Reply Last reply Reply Quote 0
                    • Woland
                      Woland Tech Staff @Bodo last edited by

                      @bodo

                      The Pythoner actor we have in beta could likely handle this. If you’re not part of the beta program already, send in a ticket and I’ll add you to it.

                      TroikaTronix Technical Support
                      New Support Ticket: https://support.troikatronix.com/support/tickets/new
                      Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
                      Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
                      Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

                      | Isadora Version: all of them | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

                      DusX Bodo 2 Replies Last reply Reply Quote 0
                      • DusX
                        DusX Tech Staff @Woland last edited by

                        @woland said:

                        Pythoner actor we have in beta could likely handle this

                         100% there is a Python solution (an example script is included in the examples file).

                        Troikatronix Technical Support

                        • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                        • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
                        • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

                        Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                        bonemap 1 Reply Last reply Reply Quote 1
                        • bonemap
                          bonemap Izzy Guru @DusX last edited by bonemap

                          @dusx

                          Just to further confirm @Dusx about the example bundled with the beta Pythoner module currently being tested. I have successfully displayed to the Isadora Stage images from the following cloud storage services, as long as they are set to have a local or offline iteration on the host computer: Onedrive, iCloud, Dropbox. For example, this allows a series of pictures captured and uploaded by a mobile phone to be sent to an Isadora stage within a few seconds.

                          Best Wishes,

                          Russell

                          http://bonemap.com | Australia
                          Izzy STD 4.2 | USB 3.6 | + Beta
                          MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | 14.5 Sonoma
                          Mac Studio 2023 M2 Ultra 128GB | OSX 15.3 Sequoia
                          A range of deployable older Macs

                          1 Reply Last reply Reply Quote 2
                          • Bodo
                            Bodo @Woland last edited by

                            @woland

                            thanks you guys! - will let you know if we go for the Betaversion and Python....

                            MacPro Late 2013 OSX 10.13., Izzy 2.6.1

                            http://studio6.berlin

                            1 Reply Last reply Reply Quote 2
                            • First post
                              Last post