cesarsouza / screencast-capture

Free utility to continuously capture the computer screen.
http://cesarsouza.github.io/screencast-capture/
GNU General Public License v3.0
121 stars 39 forks source link

Missing implementation #39

Open yadianfdez07 opened 6 years ago

yadianfdez07 commented 6 years ago

Hi I am trying to extend the functionality of your application. After cloning your project I get following message when I build it:

"Error CS1061 'VideoCaptureDevice' does not contain a definition for 'Dispose' and no extension method 'Dispose' accepting a first argument of type 'VideoCaptureDevice' could be found (are you missing a using directive or an assembly reference?) ScreenCapture D:_poc\screencast-capture\Sources\Views\CameraForm.cs"

Are you aware of this issue? Is there anything that I am missing?

thanks in advance for the help