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

    Kinect as a infrared camera

    How To... ?
    5
    11
    2.5k
    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.
    • SkulptureS
      Skulpture Izzy Guru
      last edited by

      Yes I believe you can do this via Processing. You have to change a mode in the processing patch. It's pretty easy to get sorted once you get going.

      Graham Thorne | www.grahamthorne.co.uk
      RIG 1: Windows 11, AMD 7 Ryzen, RTX3070, 16gig RAM. 2 x M.2 SSD. HD. Lenovo Legion 5 gaming laptop.
      RIG 2: Windows 11, Intel i19 12th Gen. RTX3070ti, 16gig RAM (ddr5), 1x M.2 SSD. UHD DELL G15 Gaming laptop.
      RIG 3: Apple rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

      1 Reply Last reply Reply Quote 0
      • jhoepffnerJ
        jhoepffner
        last edited by

        Hello,

        I am working at the moment on an installation with kinects. Yes you can obtain easily IR image with it in Processing, but if you want it in Isadora you need to send it via syphon.
        The Processing sketch provided in the Isadora-Kinect tutorial is a good start, to have the IR image, you have to
        – replace "int kCameraImageMode = kCameraImage_User; " by "int kCameraImageMode = kCameraImage_IR; " into these lines and you receive the IR image by Syphon.
        // --------------------------------------------------------------------------------
        //  CAMERA IMAGE SENT VIA SYPHON
        // --------------------------------------------------------------------------------
        int kCameraImage_RGB = 1;                // rgb camera image
        int kCameraImage_IR = 2;                 // infra red camera image
        int kCameraImage_Depth = 3;              // depth without colored bodies of tracked bodies
        int kCameraImage_User = 4;               // depth image with colored bodies of tracked bodies
        int kCameraImageMode = kCameraImage_User; // << Set thie value to one of the kCamerImage constants above

        Jacques Hoepffner http://hoepffner.info
        GigaByte 550b / Ryzen 7 3800X / Ram 64 Go / RTX 3090 24 Go / SSD 2 To / raid0 32 To
        MBP 13' i5 2.6 Ghz 16 Go / Intel Iris / macOs 10.11.6 / izzy 2.6.1 + 3.0.3b2
        MBP 15' i7 2.6 Ghz 16 Go / GTX 650M 1Go/ MacOs10.13.3 / Izzy 2.6.1
        MSI GS65 i7 3.6 Ghz 32 Go / GTX 1070 8 Go / Windows 10 / Izzy 3.0.3b2

        1 Reply Last reply Reply Quote 0
        • N
          niknaim
          last edited by

          oh, wow, ok, thanks. Then will try to get startet with processing and check out syphon. I tryied to find a inrared-camera, just to plug it in vis usb and its done, but there just doesnt seem to be something like that in the market.

          Win 8 64, i7, 8gb, nVidia GT 640M

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

            You can hack PS3 eyecam's but they aren't perfect. Cheap though! 

            https://www.amazon.co.uk/Sony-PlayStation-Eye-Camera-EyeCreate/dp/B000W3YQ1Y
            https://www.youtube.com/watch?v=X7Wg7li8_qM

            Graham Thorne | www.grahamthorne.co.uk
            RIG 1: Windows 11, AMD 7 Ryzen, RTX3070, 16gig RAM. 2 x M.2 SSD. HD. Lenovo Legion 5 gaming laptop.
            RIG 2: Windows 11, Intel i19 12th Gen. RTX3070ti, 16gig RAM (ddr5), 1x M.2 SSD. UHD DELL G15 Gaming laptop.
            RIG 3: Apple rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

            1 Reply Last reply Reply Quote 0
            • jhoepffnerJ
              jhoepffner
              last edited by

              With most of the USB cam, you can take out the infrared filter and you have a IR + visible camera (light Sont "night-shot")

              Jacques Hoepffner http://hoepffner.info
              GigaByte 550b / Ryzen 7 3800X / Ram 64 Go / RTX 3090 24 Go / SSD 2 To / raid0 32 To
              MBP 13' i5 2.6 Ghz 16 Go / Intel Iris / macOs 10.11.6 / izzy 2.6.1 + 3.0.3b2
              MBP 15' i7 2.6 Ghz 16 Go / GTX 650M 1Go/ MacOs10.13.3 / Izzy 2.6.1
              MSI GS65 i7 3.6 Ghz 32 Go / GTX 1070 8 Go / Windows 10 / Izzy 3.0.3b2

              1 Reply Last reply Reply Quote 0
              • N
                niknaim
                last edited by

                Hey Jaques and Graham,
                yes I had that already in mind and took out the filter of my old webcam. Just that my new Windows 10 didnt support it. I will buy a new one and make a test. But I will have to set a an extra IR-light I guess?

                Win 8 64, i7, 8gb, nVidia GT 640M

                1 Reply Last reply Reply Quote 0
                • dbiniD
                  dbini
                  last edited by

                  yeah - you'd need an extra IR light. projectors don't beam out very much IR. if you want it dark in the room, you need pure IR light. this can be done with a security flood array of IR LEDs, but be aware that these give a very narrow beam. It can be done with a theatre lantern with an IR pass filter (cheapest method is a bunch of red, blue and green filters to block out the visible light - but this is going to be more short-term - the filters will burn through after a few hours)

                  that's why Kinect is practical - it has its own IR light source. you just need some kind of application to get the image into Isadora.

                  John Collingswood
                  taikabox.com
                  2013 MBPR 2.3GHZ i7 OSX11.7.4 16GB
                  & 2019 MBPT 2.6GHZ i7 OSX12.3 16GB

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

                    @niknaim 

                    I am also working with both Kinect V2 and PS3eye right now. The kinect v2 I am building a tool (openframeworks) that shares the video, and skeleton data (Spout and OSC).
                    The PS3eye, a project for a festival. It is being used to do IR tracking.
                    Are you working with Kinect 1 or 2 ?
                    If you are using the kinect V2, pm me and I can share a exe that outputs, the IR feed for you.

                    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.

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

                      I just hacked a ps3 eye, and used the disk from within a old iomege zip disk, as the visible light filter.. seems to work rather well.. 
                      I am curious if it works better than a standard floppy disks film.

                      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.

                      1 Reply Last reply Reply Quote 0
                      • N
                        niknaim
                        last edited by

                        so finally I use a webcam, took out the IR-filter und put in a peace of developed negativeflm. Then I set up a extra light (normal bulb with 3x ND-filter infront of it) and everything works perfectly!

                        Win 8 64, i7, 8gb, nVidia GT 640M

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