Crowsinc / LiveVisionKit

LiveVisionKit brings the powers of computer vision and image processing to OBS Studio; implementing state of the art filters such as image enhancement and real-time video stabilization.
GNU General Public License v3.0
153 stars 14 forks source link

Question about: The OpenCL interop context failed to pass validation tests and has been disabled! #26

Closed ogmkp closed 11 months ago

ogmkp commented 11 months ago

System/Software Setup

OBS Log:: *Initializing... Version: 1.2.1 OpenCL Support: Yes OpenCL Interop Support: Yes FSR Effect Loaded: Yes CAS Effect Loaded: Yes

The OpenCL interop context failed to pass validation tests and has been disabled!*

Issue Description *The OBS log mention this: The OpenCL interop context failed to pass validation tests and has been disabled!

Expected Behavior Don't know what this line bring or miss on functionnalities or bugs

Appendix Can this line be problematic?

Thank you for this great project!

Crowsinc commented 11 months ago

This is nothing to worry about. Using the OpenCL interop context can make LVK run 1-2ms faster, but there is no driver support for it on Linux past OBS-Studio 27 so it will fail for everyone.

ogmkp commented 11 months ago

Thanks for your reply. It is possible to make LVK 1.2.2 or next with OpenCV 4.6.0 ?

Crowsinc commented 11 months ago

I'm planning on compiling OpenCV directly into LVK for future releases so that you don't need to source or compile the right OpenCV version yourself.

ogmkp commented 11 months ago

Great ! Can't wait for the release. Thanks for this !