cvCaptureFromCAM
Hello There, I am trying to save a stream of images from KInect camera. MY first line of code is: CvCapture* capture = cvCaptureFromCAM(-1)
I passed -1 so that It can search for the camera because I don't know the index for KInect Camera. Can someone help me find out what it is or another method used in the past. Many thanks