OpenNI / OpenNI2

OpenNI2
Apache License 2.0
431 stars 895 forks source link

how to convert cv::mat to open::videostream #98

Open HuangZhs1199 opened 8 years ago

HuangZhs1199 commented 8 years ago

Hello everyone I want to convert a series of opencv format pictures to oni files , I have no ideas how to make it. I have looked the source code, I only know how to convert cv::mat to VideoFrameRef, but the point convert cv::mat to open::VideoStream I still don't know. Thank you very much!

vinayramb commented 6 years ago

Hi! Could you point me to the documentation you used to convert a cv::Mat to openni::VideoFrameRef? Thank you!

HuangZhs1199 commented 6 years ago

https://kheresy.wordpress.com/index_of_openni_and_kinect/documents-of-openni-2-x/ this may help you