VidCapture 0.3 wasn't displaying any camera modes for some webcams (e.g. Lifecam Studio) on WIndows 10 Anniversary Edition.
Problem fixed by updates to two files: CVVidCaptureDSWin32.cpp and CVVidCaptureDSWin32.h
I have also migrated this to VS2013 .sln
I attache the modified files.
I have updated the project and added a pure virtual method in the CVVidCapture class:
virtual void ShowPropertyDialog(HWND parent) = 0;
with an implementation in the CVVidCaptureDSWin32 class:
void ShowPropertyDialog(HWND parent);
I've also converted the project to build as a Visual Studio 2013 Solution.
I will upload as 0.31 version if I can.
Dave
I can't work out how to upload my modified files to the project.
I attach the rar file
Dave
Diff:
Diff:
I just uploaded the V1.0 release with all the fixes included.
Dave