• 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

    HTML / Java data into Isadora

    How To... ?
    8
    28
    13868
    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.
    • mark
      mark last edited by

      What's unclear is if you want to capture the html data or the resulting image. If it's the former, I can help. If it's the latter, then Skulpture's suggestion is probably the way to go.

      Best Wishes,
      Mark

      Media Artist & Creator of Isadora
      Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

      1 Reply Last reply Reply Quote 0
      • jakeswit
        jakeswit Beta Tester last edited by

        Skulpture -- have you used this patch?  I can't seem to publish the outputs in a way that Izzy can recognize them, and in the QC it generates an unintelligible image.  Any thoughts?  

        Mark, depending on what the director comes back with in terms of a look, it might be necessary to pull that html data directly ... I'll let you know!  
        thanx.
        1 Reply Last reply Reply Quote 0
        • Michel
          Michel Izzy Guru last edited by

          Just before the first screen shot on the v002 webpage it says following:
          v002 Screen Capture does not work with MacOS 10.7 Lion. goto10 has posted an app in the comments which does Screen Capture via Syphon.

          Go to the very bottom of the page and download the Screen Capture via Syphon.

          Best
          Michel

          Michel Weber | www.filmprojekt.ch | rMBP (2019) i9, 16gig, AMD 5500M 8 GB, OS X 10.15 | located in Winterthur Switzerland.

          1 Reply Last reply Reply Quote 0
          • Skulpture
            Skulpture Izzy Guru last edited by

            Maybe http://syphoner.sigma6.ch/ then?

            @Jakeswit - Yes I have used it; not for a while but it worked well.

            Graham Thorne | www.grahamthorne.co.uk
            RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
            RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
            RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

            1 Reply Last reply Reply Quote 0
            • Skulpture
              Skulpture Izzy Guru last edited by

              This is what I have....? Does it look the same? 46ffbc-screen-shot-2013-06-21-at-10.33.18.png

              Graham Thorne | www.grahamthorne.co.uk
              RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
              RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
              RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

              1 Reply Last reply Reply Quote 0
              • Skulpture
                Skulpture Izzy Guru last edited by

                Another one. 4ff798-screen-shot-2013-06-21-at-10.36.35.png

                Graham Thorne | www.grahamthorne.co.uk
                RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
                RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
                RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                1 Reply Last reply Reply Quote 0
                • J
                  Jim_Nevin last edited by

                  Hi Mark

                  You mentioned you could help pulling in HTML data.
                  I'm interested in using REST style requests and responses (http GET/POST) from Isadora to query a database.
                  Would you recommend using the TCP/IP actors?
                  Are there any good examples of this type of Isadora interaction?
                  1 Reply Last reply Reply Quote 0
                  • J
                    Jim_Nevin last edited by

                    Adding a note to my previous REST question -- the REST data will be represented in JSON.

                    Here's an example:

                    Example request

                    • GET http://localhost:7474/db/data/

                    • Accept: application/json

                    Example response

                    • 200: OK

                    • Content-Type: application/json

                    {

                    _  "extensions" : {_

                    _  },_

                    _  "node" : "http://localhost:7474/db/data/node",_

                    _  "reference_node" : "http://localhost:7474/db/data/node/369",_

                    _  "node_index" : "http://localhost:7474/db/data/index/node",_

                    _  "relationship_index" : "http://localhost:7474/db/data/index/relationship",_

                    _  "extensions_info" : "http://localhost:7474/db/data/ext",_

                    _  "relationship_types" : "http://localhost:7474/db/data/relationship/types",_

                    _  "batch" : "http://localhost:7474/db/data/batch",_

                    _  "cypher" : "http://localhost:7474/db/data/cypher",_

                    _  "transaction" : "http://localhost:7474/db/data/transaction",_

                    _  "neo4j_version" : "2.0.0-M03"_

                    }

                    1 Reply Last reply Reply Quote 0
                    • ?
                      Guest last edited by

                      COGEwebkit, http://code.google.com/p/cogewebkit/ can bring html into any QC supported Video-app :) (IsadoraCore)

                      best...
                      bts

                      IsadoraCore13.1..  QuartzComposer MacOSX10.8...

                      1 Reply Last reply Reply Quote 0
                      • B
                        bareimage last edited by

                        You can use MAX to get the data and then route it into ISADORA Webkit has some issues.

                        1 Reply Last reply Reply Quote 0
                        • DusX
                          DusX Tech Staff last edited by

                          I have been able to use tcpip actors to pull in small XML data sets (from facebook) with Marks help.
                          The JSON data shouldn't be much harder as long as you have a URL that returns the JSON as text (should do this normally).
                          It will just be a matter of parsing the data for output.
                          If the tcpip actors don't see the JSON as text, a quick webserver script (PHP or whatever) to convert it would be a direct option.
                          Its nice to keep everything on the machine within Isadora as much as possible (personal feeling ;)

                          Short tutorial available here: http://dusxproductions.com/blog/web-apis-in-isadora-part-1/

                          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.

                          1 Reply Last reply Reply Quote 0
                          • jakeswit
                            jakeswit Beta Tester last edited by

                            @skulpture: no, my actor looks "blank", which is why I tried to publish the outputs in QC.  Would you mind sending a pic / file of your QC patch?  I was trying to work generally with their example patch, but maybe need to rethink entirely.

                            1 Reply Last reply Reply Quote 0
                            • Skulpture
                              Skulpture Izzy Guru last edited by

                              Here is the file in a .zip 29d1dc-webkit-gt1.zip

                              Graham Thorne | www.grahamthorne.co.uk
                              RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
                              RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
                              RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                              1 Reply Last reply Reply Quote 0
                              • bruper
                                bruper last edited by

                                @Skulpture, hi, the downloaded version looks completely different from the picture you posted on June 21st on 1.3.1f02, whta am I doing wrong?
                                9eb49b-screen-shot-2013-06-24-at-14.30.44.png

                                17"MBP 2.93GHZ Core2Duo mid 2009 - OSX10.11.6 - 8GB, 1TBCrucial_SSD, izzy 3.0.7

                                1 Reply Last reply Reply Quote 0
                                • Skulpture
                                  Skulpture Izzy Guru last edited by

                                  No idea... I have the .plugin installed here:

                                  **/System/Library/Graphics/Quartz Composer Plug-Ins**
                                  and the .quartz file here:
                                  **/Users/[*your* machine name]/Library/Compositions**

                                  Graham Thorne | www.grahamthorne.co.uk
                                  RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
                                  RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
                                  RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                                  1 Reply Last reply Reply Quote 0
                                  • bruper
                                    bruper last edited by

                                    @Skulpture, the .zip you just posted is 1 file, right? you are talking about 2 files, what am I missing?

                                    17"MBP 2.93GHZ Core2Duo mid 2009 - OSX10.11.6 - 8GB, 1TBCrucial_SSD, izzy 3.0.7

                                    1 Reply Last reply Reply Quote 0
                                    • bruper
                                      bruper last edited by

                                      @Skulpture, sorry never mind, I understood now,  got the actor now, thanks

                                      17"MBP 2.93GHZ Core2Duo mid 2009 - OSX10.11.6 - 8GB, 1TBCrucial_SSD, izzy 3.0.7

                                      1 Reply Last reply Reply Quote 0
                                      • Skulpture
                                        Skulpture Izzy Guru last edited by

                                        Yeah my zip was just the one file; the quartz with published outputs.

                                        You got it working?

                                        Graham Thorne | www.grahamthorne.co.uk
                                        RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
                                        RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
                                        RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Jim_Nevin last edited by

                                          I created a new discussion thread around my above REST database related question at:

                                          http://troikatronix.com/community/#/discussion/773/tcp-actors-rest-interface-to-database-neo4j
                                          For those who are interested in using a database with Isadora, using Neo4j's REST JSON interface in combination with Izzy's TCP network actors looks promising, I think. Thanks, bildtonspontan and DusX for your suggestions and tips. The COGEwebkit is cool, but is really built more for capturing HTML page images and page code, and the TCP actors are leaner & meaner for this purpose, in my opinion.
                                          1 Reply Last reply Reply Quote 0
                                          • bruper
                                            bruper last edited by

                                            so I'm trying the QC WebKit gt1 actor in Isadora and is publishing the web page, in this case the http://www.worldometers.info/) al-right.
                                            The problem is I was trying to get just different portion of this page in consecutive duplication of the same actor in different "mouse scroll Y" positions as I cannot find any other way to get to a determined portion of the page.
                                            Is working al-right until when I quit Izzy, then the positions have absolutely no relation to where I put them in first instance. So I'm trying to scroll from the top to the bottom using an Envelope Generator++, putting a nice 0 at the beginning for a second say, then in different segments, I tried to put different values with different lengths of time for no avail. At a certain point whatever value for whatever rate, the page scrolls in 1 second even if I put 100 seconds from top to bottom or vice-versa. What is wrong??? I would like to use this part of a display after tomorrow, would be nice to be able to solve this.... thanks

                                            17"MBP 2.93GHZ Core2Duo mid 2009 - OSX10.11.6 - 8GB, 1TBCrucial_SSD, izzy 3.0.7

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