Capture/Upload image from your webcam VB.Net

Sdílet
Vložit
  • čas přidán 30. 07. 2016
  • Im am using Emgu API to capture image. By using Emgu API it will save you from coding of hundred lines of codes.
    For more information just visit my FB page and message me there.
    / cybervss
    Source code.
    www.sourcecodester.com/visual-...
  • Věda a technologie

Komentáře • 21

  • @melindarisnufebriana3121

    thankyou so much for the tutorial. it help me a lot

  • @andrewkerr6928
    @andrewkerr6928 Před 6 lety +2

    I have installed the emgu api which dll do I need to reference there are many in the emgu folders. The video was not clear. What do I have to do to add the right references so that I can do what the video is meant to show me.

  • @diowilliams
    @diowilliams Před 5 lety

    It works perfect my friend but in C# Visual Studio 2015 I need to use VideoCapture captura = new VideoCapture(); insted of Dim... thank you so mutch.

  • @Ace_044
    @Ace_044 Před 7 lety

    thanks for sharing sir,.can u add how to save and retrieve the image in Microsoft Access??

  • @alastairgreen_Nexus
    @alastairgreen_Nexus Před 6 lety

    Thank you

  • @matthiasmanuelmueller
    @matthiasmanuelmueller Před 2 lety

    Is there any way to directly record the video to file? Any way to avoid image resolution drop when display is smaller than real image size?

  • @louiejamisal2433
    @louiejamisal2433 Před 7 lety

    Thanks

  • @sportscity5487
    @sportscity5487 Před 5 lety

    The type initializer for 'Emgu.CV.CvInvoke' threw an exception.
    did not worked

  • @jeannedarc1278
    @jeannedarc1278 Před 6 lety

    does this code is only for webcam ??
    and not for camera in laptop??

  • @rixterz11
    @rixterz11 Před 8 lety +1

    You should have done
    Dim capture As Capture
    ...
    capture = new Capture
    Timer1.Start()
    ...
    Timer1.Stop()
    capture.Dispose()
    ...
    PictureBox1.Image = capture.QueryFrame.toBitmap()

  • @sbjakhotya
    @sbjakhotya Před 3 lety

    I have installed Emgu.CV ver no. v4.4.0.4099
    and found No property with name Capture available Insted VideoCapture is there
    So I used dim CamCapture as new Emgu.CV.VideoCapture
    however it doesn't have method .ToBitmap

  • @delmon8256
    @delmon8256 Před 5 lety

    What’s the code for excel Vbc macro

  • @francichabrellbabindamana536

    please sir, can you give me the link that i can downlod this package or API

  • @MrNaveenEDP
    @MrNaveenEDP Před 4 lety

    hi ..
    we are getting a total black screen please help

  • @chrisjmateo6655
    @chrisjmateo6655 Před 6 lety

    the download is not working help sir

  • @mikebledig7208
    @mikebledig7208 Před rokem

    This source code is not available. Why?

  • @tacllemtacllem7679
    @tacllemtacllem7679 Před 3 lety

    TobitMap() does not exist? :(

  • @camilleenolpe4687
    @camilleenolpe4687 Před 7 lety +1

    please help.. i have an error..type "Capture" is not defined