• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    [ANSWERED] Receiving photos during performance

    How To... ?
    7
    12
    349
    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

      WolandW jfgJ 2 Replies Last reply Reply Quote 0
      • WolandW
        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 Link: https://support.troikatronix.com/support/tickets/new
        TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
        TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

        | Isadora 3.2.6 | 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
        • jfgJ
          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, Mac OS 14.1 Sonoma:
          - MacBook Pro M1 Max 16" 64GB RAM
          • Izzy 3.2.6, Mac OS 10.14.6 (Mojave):
          - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB )
          - MacBook Pro 2015 (16GB RAM) 2,8 GHz Intel Core i7;

          Located in Bremen, Germany

          1 Reply Last reply Reply Quote 0
          • jfgJ
            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, Mac OS 14.1 Sonoma:
            - MacBook Pro M1 Max 16" 64GB RAM
            • Izzy 3.2.6, Mac OS 10.14.6 (Mojave):
            - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB )
            - MacBook Pro 2015 (16GB RAM) 2,8 GHz Intel Core i7;

            Located in Bremen, Germany

            WolandW 1 Reply Last reply Reply Quote 0
            • WolandW
              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 Link: https://support.troikatronix.com/support/tickets/new
              TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
              TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

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

              jfgJ 1 Reply Last reply Reply Quote 0
              • jfgJ
                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, Mac OS 14.1 Sonoma:
                - MacBook Pro M1 Max 16" 64GB RAM
                • Izzy 3.2.6, Mac OS 10.14.6 (Mojave):
                - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB )
                - MacBook Pro 2015 (16GB RAM) 2,8 GHz Intel Core i7;

                Located in Bremen, Germany

                BodoB 1 Reply Last reply Reply Quote 2
                • BodoB
                  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

                  jfgJ WolandW 2 Replies Last reply Reply Quote 0
                  • jfgJ
                    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, Mac OS 14.1 Sonoma:
                    - MacBook Pro M1 Max 16" 64GB RAM
                    • Izzy 3.2.6, Mac OS 10.14.6 (Mojave):
                    - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB )
                    - MacBook Pro 2015 (16GB RAM) 2,8 GHz Intel Core i7;

                    Located in Bremen, Germany

                    1 Reply Last reply Reply Quote 0
                    • WolandW
                      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 Link: https://support.troikatronix.com/support/tickets/new
                      TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
                      TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

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

                      DusXD BodoB 2 Replies Last reply Reply Quote 0
                      • DusXD
                        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
                        • Isadora Add-ons: https://troikatronix.com/add-ons/
                        • My Add-ons: https://troikatronix.com/add-ons/?u=dusx

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

                        bonemapB 1 Reply Last reply Reply Quote 1
                        • bonemapB
                          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/USB 3.2.6 | + Beta 3.x.x
                          MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | 14.1.2 Sonoma
                          Mac Studio 2023 M2 Ultra 128GB | OSX 14.1.2 Sonoma
                          A range of deployable older Macs

                          1 Reply Last reply Reply Quote 2
                          • BodoB
                            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