Hi,
How to call windows camera in windows application
to capture the image and to save the captured image...
Advance thanks,
Vanitha
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nomi AwaisPosted Nov 13, 2014, 9:10 AM
http://www.codeproject.com/Articles/2615/DirectShow-NET
Note that some people (including me) find programming with DirectShow somehow difficult.
I am currently using a programming multimedia toolkit (leadtools) that has native .NET classes which wrap DirectShow functions and provide high-level controls for .NET developers. You can find more information here:
http://support.leadtools.com/CS/forums/10345/ShowPost.aspx
Madison BaileyPosted Nov 11, 2014, 4:54 AM
I have two possible solutions for you:
Option 1: Take a look at this Codeproject guide that explains how to take IP camera snapshots and save the captured image on your computer. It presents how to build a WinForms Application for IP cameras.
Option 2: Watch this video tutorial that explains how to implement snapshot taking feature for your camera viewer application in C#. It can be also used for USB webcams and IP cameras as well. The video demonstrates how to build such a WPF application. (Its full source code can be downloaded as well.)
You may need some addition information about the Onvif techonology as follows:
- What is Onvif
- Onvif software download
I hope it helped you to get started.RahulPosted Nov 3, 2014, 6:30 AM
Ensure the capabilities for camera is selected
Capability Name="ID_CAP_ISV_CAMERA"
Capability Name="ID_HW_FRONTCAMERA"