OpenCVNewPlugin
OpenCV Plugin for UE 5.1, it was supported up to opencv 4.6.0 version. Providing ability call OpenCV inside UE.
Install / Use
/learn @lucasjinreal/OpenCVNewPluginREADME
OpenCVNewPlugin
Unlike UE5 official beta opencv plugin version, this version provides videoio, ffmpeg support as well.
Also it can runs with OpenCL with GPU acceleratation.
The purpose of this plugin is to:
- Let users can call opencv io inside your customized plugin;
- Let you can run camera capture, CV AI model inference etc inside Unreal Engine.
System Support
Currently, it supported:
- [x] macOS (x86 or arm);
- [x] Windows;
- [ ] Linux;
- [ ] iOS;
- [ ] Android;
Notes
If you find a bug, please create an issue to report it.
