locked
Video recording with kinect RRS feed

  • Question

  • Is there a default way to generate a Video File directly from the kinect camera (Just the RGB?)

    Thursday, February 9, 2012 5:36 PM

Answers

  • Carmine Si their is a directshow filter written by scott other then contacting him in this thread its outside the discussion of this forum and you do have to tweak the filter to get it to work with your specific program:

    http://social.msdn.microsoft.com/Forums/en-US/kinectsdk/thread/4ee6e7ca-123d-4838-82b6-e5816bf6529c

    this will allow you to plug in the kinect and use the rgb view on it but he has one for depth view also as a camera device in normal programs.


    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda


    • Proposed as answer by The Thinker Friday, February 10, 2012 12:47 AM
    • Edited by The Thinker Friday, February 10, 2012 12:47 AM
    • Marked as answer by Andre Racz Friday, February 10, 2012 7:11 PM
    Friday, February 10, 2012 12:47 AM

All replies

  • The Kinect SDK does not provide a way to capture to a file. You will have to write your own code to process the frames. Keep in mind if you are using a managed language, you will have to copy the frame out of the returned frame data and process this on another thread.

    Additionally, there had been a thread regarding wrapping the Kinect functionality in a DirectShow filter. The details of how to do this and DirectShow should be discussed in another forum.

    Thursday, February 9, 2012 7:28 PM
  • Carmine Si their is a directshow filter written by scott other then contacting him in this thread its outside the discussion of this forum and you do have to tweak the filter to get it to work with your specific program:

    http://social.msdn.microsoft.com/Forums/en-US/kinectsdk/thread/4ee6e7ca-123d-4838-82b6-e5816bf6529c

    this will allow you to plug in the kinect and use the rgb view on it but he has one for depth view also as a camera device in normal programs.


    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda


    • Proposed as answer by The Thinker Friday, February 10, 2012 12:47 AM
    • Edited by The Thinker Friday, February 10, 2012 12:47 AM
    • Marked as answer by Andre Racz Friday, February 10, 2012 7:11 PM
    Friday, February 10, 2012 12:47 AM