Heresy
Heresy
目前看來他只會針對系統的輸入語言做識別。 要辨識中文要切到中文輸入法、要辨識日文要切換到日文輸入法。 在英文輸入法只能辨識英文。 It looks Text Extractor use the language for OCR depend on current input method. You need to switch to Chinese IME for extract Chinese. If system is...
個人的測試: 繁體中文版的 Windows 10 / Windows 11,在系統安裝日文語系後,只要切換到日文輸入法就可以辨識日文。 Personal experience: In zh-TW version Windows 10 / 11, after install Japanese language pack, Text Extractor can extract Japanese from images.
Now you use `Video` for both color and depth. I think you should use different `VideoStream` objects for color and depth.
It looks that you try to use one `Listener` (`this`?) for both depth and color. But as what I think, you should use different `Listener` for different `VideoStream`.
The pre-build dll could be download here https://github.com/KHeresy/OpenNI2/releases/tag/KinectOniFix Just replace original kinect.dll in OpenNI2\drivers It should works for both OpenNI 2.2 and 2.3
Here is a small program to fix existed ONI files https://github.com/VIML/oniFixer It use the VirtualDeviceForOpenNI2 project (https://github.com/VIML/VirtualDeviceForOpenNI2), open the exist ONI file and create a virtual device to record it...
to piedar Thanks for reminding. I know occipital start to handle the OpenNI C++ code. I didn't make pull request to them just because I didn't merge there updated code...
When using VirtualDevice , it may make the duration between frame and frame increase, depend on what you do with each frame. This may make NiTE hard to tracking. I...
If what you need is just make ONI work with NiTE, I would recommend try use KinectOniFix to process the ONI file before use it. https://github.com/KHeresy/OpenNI2/releases/tag/KinectOniFix In this way, you...
NiTE is a black box, it has lots of usage limits. For example, it only accepts some resolutions(VGA, QVGA). I am not sure what would happen if you give it...