Hi..I am new to OpenCV...

asked 2015-01-16 00:13:13 -0600

I need to load video from IPCamera to the Visual Studio 2010 IDE using OpenCV C++ coding....How can I do this...

edit retag flag offensive close merge delete

Comments

  • Your title has nothing to do with the question so no one can know what the question is about just by reading the title

  • Your questions does not contain enough information. Best thing is to answer at least these questions:

    1. What are you trying to to (and why?)
    2. How are you trying to do it (Show the relevant part(!) of your code
    3. What are you expecting to happen?
    4. What is happending? (please include error messages if available)
    5. Which OpenCV-Version/OS/IDE are you using?

Please feel free to open a new question!

FooBar gravatar imageFooBar ( 2015-01-16 01:50:58 -0600 )edit

you could use the VideoCapture . just replace the camera-id with your ipcam.url

berak gravatar imageberak ( 2015-01-16 02:24:14 -0600 )edit