aisegmentcn / aisegment_obs_plugin

GNU General Public License v2.0
75 stars 20 forks source link

How to build? #6

Open madsi1m opened 1 year ago

madsi1m commented 1 year ago

It seems this plugin doesn't follow the standard plugin workflow from OBS which uses github runners to build.

It also looks like file 3rd/opencv/x64/vc16/staticlib/opencv_world454.lib is missing.

I've attempted to import the standard template in https://github.com/madsi1m/aisegment_obs_plugin_md but the plugin does not work.

Could you update the template to work or provide build instructions?

rushplayer commented 1 year ago

you can down opencv454.dll from vcpkg.

madsi1m commented 1 year ago

Interesting when i try to use vcpkg the file is >700mb, so i am doing it wrong. It would be nice if this repo was in a easier to use state so we can add features.