CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2006
    Posts
    2

    Smile capture image on internet

    hi, i new here. I write a program that just do socket connection, i need to implement a code that able to capture image on the internet and send it through TCP port. I have problem on this image capturing, can anyone give me some ideas or teach me how to start it?? thx. I using visual C++ 6.0 application.

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: capture image on internet

    Welcome to the forum RX7.

    What do you mean by 'capture image on the internet'?

    - petter

  3. #3
    Join Date
    Jul 2006
    Posts
    2

    Re: capture image on internet

    I using webcam through internet connection. The webpage will display video. I need to capture the image from the video after a snapshot is clicked. So i need to write a program that able to capture this picture and send through the socket to my system.
    Last edited by RX7; July 6th, 2006 at 07:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured