Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. WebCamLib Problem

WebCamLib Problem

Scheduled Pinned Locked Moved C#
questionhelptutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    S K Y
    wrote on last edited by
    #1

    How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?

    using WebCamLib;

    how can i add WebCamLib to my reference?

    A S E L A

    C S S 3 Replies Last reply
    0
    • S S K Y

      How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?

      using WebCamLib;

      how can i add WebCamLib to my reference?

      A S E L A

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Have you tried searching the web, or reading articles on this site ?

      Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

      S 1 Reply Last reply
      0
      • C Christian Graus

        Have you tried searching the web, or reading articles on this site ?

        Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

        S Offline
        S Offline
        S K Y
        wrote on last edited by
        #3

        yes, and i found

        object selectUsingUI = System.Reflection.Missing.Value; // = Nothing
        wiaRoot = (ItemClass) wiaManager.Create( ref selectUsingUI ); // let user select device
        if( wiaRoot == null ) // nothing to do
        return;

        		// this call shows the common WIA dialog to let the user select a picture:
        		wiaPics = wiaRoot.GetItemsFromUI( WiaFlag.SingleImage, WiaIntent.ImageTypeColor ) as CollectionClass;
        

        can please explane what happen by this code..... i can access the webcam. i want to show output in a picturebox now. later capture image.

        A S E L A

        1 Reply Last reply
        0
        • S S K Y

          How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?

          using WebCamLib;

          how can i add WebCamLib to my reference?

          A S E L A

          S Offline
          S Offline
          S K Y
          wrote on last edited by
          #4

          can't i use picturebox to camera capture other than using WIA dialog to show....???

          A S E L A

          1 Reply Last reply
          0
          • S S K Y

            How can i use avicap32.dll. in example i found some one user WebCamLib....may i know how can i user it? what reference?

            using WebCamLib;

            how can i add WebCamLib to my reference?

            A S E L A

            S Offline
            S Offline
            saurabh sahay
            wrote on last edited by
            #5

            This article[^] will help

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups