Reading *.oni OpenNI files (Feature #1072)
Description
Hi,
It would be great if it's possible to read OpenNI files (*.oni) with CvCapture_OpenNI class.
Attached is a dirty and minimalist change that allows it.
Mourad
Related issues
duplicates Feature #1428: Kinnect/OpenNI support improvement | Done |
History
Updated by Mourad Boufarguine almost 14 years ago
Replying to bouffa:
Hi,
It would be great if it's possible to read OpenNI files (*.oni) with CvCapture_OpenNI class.
Attached is a dirty and minimalist change that allows it.
Mourad
Seems like we can't set map output mode when reading oni files.
CV_Assert( depthGenerator.SetMapOutputMode( depthOutputMode ) XN_STATUS_OK ); // xn::DepthGenerator supports VGA only! (Jan 2011)
CV_Assert( imageGenerator.SetMapOutputMode( imageOutputMode ) XN_STATUS_OK );
Updated by Ilya Lysenkov almost 14 years ago
- Status deleted (
Open)
Updated by Alexander Shishkov about 13 years ago
- Description changed from Hi, It would be great if it's possible to read [[OpenNI]] files (*.oni) ... to Hi, It would be great if it's possible to read OpenNI files (*.oni) with... More
Updated by Alexander Shishkov almost 13 years ago
First version is available in r7589
Duplicate #1428
- Status set to Done
- Target version set to 2.4.0
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-video