Capture and Save Image
-
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
-
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
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
-
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
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 -
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 -
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