Kinnect/OpenNI support improvement (Feature #1428)
Description
Hello, I want to suggest the following enhancements:
1) Add Kinnect support under Win32. Cross-platform FindOpenNI.cmake could be taken from PCL.
2) Support of playing ONI-files (or may be even recording??). This file fully emulates connected device.
3) Currently highgui uses workaraund of OpenNI bug in past:
it creates tmp file and stores XML and passes it to OpenNI. Currently this cam be done without XML config. License key can be set by XnContext::setLicense.
Related issues
duplicated by Feature #1072: Reading *.oni OpenNI files | Done |
Associated revisions
Merge pull request #1428 from ilya-lavrenov:ocl_pyr
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from Hello, I want to suggest the following enhancements: 1) Add Kinnect support... to Hello, I want to suggest the following enhancements: 1) Add Kinnect support ... More
Updated by Alexander Shishkov about 13 years ago
- Category set to highgui-images
Updated by Alexander Shishkov almost 13 years ago
- Status deleted (
Open) - Target version set to 2.4.0
- Assignee changed from Vadim Pisarevsky to Maria Dimashova
Updated by Alexander Shishkov almost 13 years ago
- Status set to Open
Updated by Maria Dimashova almost 13 years ago
Thanks for the report. The enhancements were made:
1) in r7336
2) in r7589 (reading only)
3) in r7583 (we still run xml script but without writing it to tmp file)
- Status changed from Open to Done
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-camera