Menu

#3 VidCapture problems on Windows 10 Anniversary Edition

v1.0_(example)
closed-fixed
None
5
2016-10-30
2016-10-16
No

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.

Discussion

  • Dave Partridge

    Dave Partridge - 2016-10-27

    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

     
  • Dave Partridge

    Dave Partridge - 2016-10-27

    I can't work out how to upload my modified files to the project.

    I attach the rar file

    Dave

     
  • Dave Partridge

    Dave Partridge - 2016-10-30
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1 @@
    -CVVidCaptureDSWin32.cpp (69.3 kB; text/plain)
     CVVidCaptureDSWin32.h (26.2 kB; text/plain)
    
     
  • Dave Partridge

    Dave Partridge - 2016-10-30
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +0,0 @@
    -CVVidCaptureDSWin32.h (26.2 kB; text/plain)
    
     
  • Dave Partridge

    Dave Partridge - 2016-10-30
    • status: open --> closed-fixed
    • assigned_to: Michael Ellison --> Dave Partridge
    • discussion: enabled --> disabled
     
  • Dave Partridge

    Dave Partridge - 2016-10-30

    I just uploaded the V1.0 release with all the fixes included.

    Dave

     
MongoDB Logo MongoDB