Search code examples
pythonvideoopenni

Recording RGB video with PyOpenNI


I have installed PyOpenNI on my computer, and I want to record RGB videos with my camera.

On this link, https://github.com/jmendeth/PyOpenNI/blob/master/examples/record.py, it shows how to record depth video.

But I don't need depth video. I need image video. And I couldn't find any API tutorial for that.

How can I record an image video with this damn OpenNI?

Thanks,


Solution

  • If you need only RGB video, why are you going for pyopenni or openni? Even if you haven't installed openni drivers, the computer treats a kinect as a standard usb camera. I tried that after a fresh install of opencv and it worked. The code contained a image display program for standard usb camera.