help! (urgent)

G

Guest

Hi

I am using a toolkit written in c++ that consists of three parts

1) video captur
2) image processin
3) OpenGL wrappe

The video capture program only works with local hardware (for example usb web cam). Since I have to use a remote live camera with a fixed IP-address, I then have to write my own video capture program that replaces the original video library. I am a beginner in programming, so I really don't have a clue how to do this, please help!

Is there any existing program I can use for this purpose or does anyone have examples of how the code should look like? How can the new capture program grab the live video stream from the camera's IP-address?

This is urgent!

Thank you so much

best regards from a newbie :
 
W

William DePalo [MVP VC++]

newbie said:
I am using a toolkit written in c++ that consists of three parts:

1) video capture
2) image processing
3) OpenGL wrapper

The video capture program only works with local
hardware (for example usb web cam). Since I have to
use a remote live camera with a fixed IP-address, I then
have to write my own video capture program that replaces
the original video library. I am a beginner in programming,
so I really don't have a clue how to do this, please help!

Neither do I. :)

Seriously, if no one responds here try posting again in

microsoft.public.win32.programmer.directx.video

Be sure to mention that you need beginner's help. Perhaps someone will have
an idea as to how to proceed.

Regards,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top