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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Capture and Save Image

Capture and Save Image

Scheduled Pinned Locked Moved C#
databasesql-serversysadmintutorial
5 Posts 4 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
    sirisha guttikonda
    wrote on last edited by
    #1

    Hi all I need to capture the the image from web cam and should save that image in sql server database. I can save the image which is uploaded using fileupload control. but how to deal when input is webcam captured image... can you please give me any suggestions or links.... Thank You,

    siri

    N H 2 Replies Last reply
    0
    • S sirisha guttikonda

      Hi all I need to capture the the image from web cam and should save that image in sql server database. I can save the image which is uploaded using fileupload control. but how to deal when input is webcam captured image... can you please give me any suggestions or links.... Thank You,

      siri

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      sirisha guttikonda wrote:

      I need to capture the the image from web cam

      Webcam provider has to give some API's which gives you the captured image.

      sirisha guttikonda wrote:

      nd should save that image in sql server database.

      You keep image as byte in database. Use VARBINARY(MAX) as your column type, get the byte array from the image and insert it.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

      1 Reply Last reply
      0
      • S sirisha guttikonda

        Hi all I need to capture the the image from web cam and should save that image in sql server database. I can save the image which is uploaded using fileupload control. but how to deal when input is webcam captured image... can you please give me any suggestions or links.... Thank You,

        siri

        H Offline
        H Offline
        Harvey Saayman
        wrote on last edited by
        #3

        Hey Ive also been plying around with a web cam lately, and got my program to take pictures from it... Google for "Windows Image Acquisition webcam".

        Harvey Saayman - South Africa Junior Developer .Net, C#, SQL you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer) 1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

        M 1 Reply Last reply
        0
        • H Harvey Saayman

          Hey Ive also been plying around with a web cam lately, and got my program to take pictures from it... Google for "Windows Image Acquisition webcam".

          Harvey Saayman - South Africa Junior Developer .Net, C#, SQL you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer) 1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

          M Offline
          M Offline
          Monark
          wrote on last edited by
          #4

          Harvey Saayman wrote:

          Windows Image Acquisition webcam

          does it provide an API?

          H 1 Reply Last reply
          0
          • M Monark

            Harvey Saayman wrote:

            Windows Image Acquisition webcam

            does it provide an API?

            H Offline
            H Offline
            Harvey Saayman
            wrote on last edited by
            #5

            WIA is an api

            Harvey Saayman - South Africa Junior Developer .Net, C#, SQL you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer) 1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

            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