Internet Explorer Socket Programming? [modified]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I've written a c++ program that will grab images from camera and will analyze them. it's a kind of some image processing software. but here i want my network users see the result too. one solution is c++ socket programming, I mean i can write a program in c++ that will connect to my image processing server and will get images on the network. My question is, is it possible for the users to see the results on the internet explorer and not with an additional c++ software? May be a flash module or something that will read stream from server. Any suggestion?
modified on Thursday, August 14, 2008 1:18 AM