Interface Intel Realsense Camera
hi, i have intel realsense camera. i want to interface its depth and infrared with opencv. opencv 2.4.10 have sample of intel camera inteface but its not working properly. can any one guide me in interfacing intel reaslense camera using opencv.
I also want to receive its depth frame in Mat variable.
thanks.
Have you tried the cv::VideoCapture cap(0); (if you have just that camera connected) and then in a for cap >> frame ... etc?
it only accesses rgb camera, i am not able to access depth and ir stream using this
ok, then I think you can use this or this