2

I have a Microsoft LifeCam and I want to Capture image using C# and use the image inside my application.

I have checked A previously asked question in SO but the link provided in first answer to OpenCV looks to be invalid ( I get "FORBIDDEN" response ).

I want to know if there is any Sample that I can use to learn and capture Image from LifeCam? And also I need the dll (s) for this.

Does anyone have any experience in this case?

Community
  • 1
  • 1
Mahdi Tahsildari
  • 13,065
  • 14
  • 55
  • 94
  • what about this?? http://stackoverflow.com/questions/13494202/how-to-capture-8mp-still-image-from-a-microsoft-lifecam-programatically – Freelancer Apr 15 '13 at 07:30
  • 2
    quite interesting topic +1 – m4ngl3r Apr 15 '13 at 07:30
  • @Freelancer the main problem is all I have is the device itself, no sdk, no dll, no files and nothing. That is why I am looking for a code sample that contains the dll s and everything needed. – Mahdi Tahsildari Apr 15 '13 at 07:33

1 Answers1

0

Thanks to Sascha, ESCAPI Solution really helped, I used the ESCAPI.dll along with the C# wrapper to translate it to C# and it all went well.

Community
  • 1
  • 1
Mahdi Tahsildari
  • 13,065
  • 14
  • 55
  • 94