I am trying to view an ip camera with openbr, as an example to see if I can get the stream to open, I am using a public duke ip camera. Here is my command:
I am going to start stepping through the code now, but I was not sure if there was some trick to IP streams.
This is the output I get:
Set algorithm to PerFrameDetection
100.00% ELAPSED=00:00:00 REMAINING=00:00:00 COUNT=1
I did see this in the code:
openbr/plugins/stream.cpp
...
// We can open either files (well actually this includes addresses of ip cameras
// through ffmpeg), or webcams. Webcam VideoCaptures are created through a separate
// overload of open that takes an integer, not a string.
// So, does this look like an integer?
Opencv seems to be installed correctly with FFMPEG and I have opened the webcam in VLC successfully on that machine.