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
158 stars 16 forks source link

video stabilization filter instantly crashing obs #7

Closed Doomeron closed 2 years ago

Doomeron commented 2 years ago

System/Software Setup

Issue Description Attempting to apply video stabilization filter to various sources (Media source .mp4 file, Webcam & SRT feeds) crashes my obs.

I used a portable obs setup at first, then an installed version. also tried various output encoders to rule them out also (x264,nvenc,nvenc new via ffmpeg)

Reproduction Steps Enabling video stabilization filter instantly crashes my obs.

Doomeron commented 2 years ago

i also tried various Nvidia graphics card drivers 512.15, 497.29, 451.48

Crowsinc commented 2 years ago

Hi, I believe this crash is due to LiveVisionKit being compiled using AVX2 optimizations which aren't supported by your i7 2700k. Support started with 4th gen Intel processors. If this is true, then I would imagine that some of the other filters would also crash?

Regardless, I have recompiled LiveVisionKit 1.1.1 without AVX2 and updated the release files. Please let me know if you still run into any issues.

Doomeron commented 2 years ago

Before i updated to your newer version i tested the rest of the filters for you to see if they crash at all

Adaptive Deblocker, Lens Correction, Calibration Tool all run without any issues

AMD FSR 1.0 Video Scaler crashed my OBS when i change any of the crop settings and then playing the video source

as does AMD Fidelity FX Sharpening upon enabling the filter

i will try the updated version and report back

Doomeron commented 2 years ago

all fixed!!! 👯 now to do more testing thank you sir