Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
I'm newbie here, but I need some help. I need to build an application for my Foscam IP camera.

I found an interesting article on xyz.com: How to create USB webcam / IP camera recorder to capture and save video (C# WPF)[^]. This aroused my attention, but so far I am unable to find out how to implement it without using a third party SDK [Spam link removed]

Any idea?
Posted
Updated 16-Nov-14 23:33pm
v2
Comments
Thanks7872 17-Nov-14 5:34am    
Don't try to mention site names like you did. Consider this as warning or your account will be reported.
Richard MacCutchan 17-Nov-14 5:52am    
Then you will have to write a complete video stream capture class for yourself.

1 solution

If you real question is how to get around using a proprietary 3rd party SDK for your IP camera (that may or may not cost money to get your hands on,) then I'd try using something open-source, like the AForge framework:

https://code.google.com/p/aforge/[^]

Otherwise, yes. You will need to write your own -- have fun with that :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900