BackTrak / StreamDeckNvidiaBroadcastPlugin

A Stream Deck plugin that can control nVidia Broadcast video filters.
MIT License
3 stars 1 forks source link

Clarification wanted #1

Closed DaftVagabond closed 6 months ago

DaftVagabond commented 1 year ago

Sorry, I know I'm new at this, but I cannot figure out how to build this plugin.

And for the installation.bat, I keep getting the same issue during installation, that the .sdPlugin file cannot be found.

I'm hoping for some clarification with how I can use this, please.

BackTrak commented 12 months ago

Hi! Thanks for taking an interest in the plugin. You will need to adjust the install.bat to your local environment. I'm willing to bet it's this line:

%DISTRIBUTION_TOOL% -b -i C:\Source\Home\StreamDeckNvidiaBroadcastPlugin\bin\Debug\com.zaphop.nvidiabroadcast.sdPlugin -o %OUTPUT_DIR%

Modify this path to point to your local build directory if it doesn't match mine.

I'm planning to submit some plugins to the streamdeck store to make this easier.

Good luck!

BackTrak commented 6 months ago

Clancey updated the install.bat to clean this up. Thanks!