Anyone have a video tutorial on setting up Visual Studio to Compile Virtual-Cam plugin?

AgentSmithers

New Member
Does anyone have a video tutorial on setting up Visual Studio to Compile Virtual-Cam plugin?
I did some searching around but couldn't find too much. I believe the issue I am having is learning where to put the proper decleartions for FFMEPG.
When opening the CMAKE project with Visual studio the first and only error I get is:

Severity Code Description Project File Line Suppression State
Error CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find FFmpeg (missing: FFMPEG_AVUTIL_LIBRARIES
FFMPEG_AVUTIL_INCLUDE_DIRS avutil avfilter) C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake 137


Any useful tips would be greatly appreciated.
 
Top