Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I recently bought a WiFi Camera that utilizes HTML Live Stream technology. I would like to view this feed within a Visual C form, and also be able to use the images for image processing. I know nothing of HTML coding, or how that works. I do not know where to start. Please help.
Posted

1 solution

C++/CLI means you're using .NET, are you ? Either way, there's a web browser control you can embed in your form. HTML is not coding though, it's just markup.
 
Share this answer
 
Comments
Ccut93 12-Feb-12 1:33am    
Does that mean I could extract the image and use it for image processing?

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