hawkeye
hawkeye copied to clipboard
Always getting "Could not find resource at this URL."
Since I couldn't install directly via apt-get install
I built from source.
However, when connecting to the server I always get "Could not find resource at this URL." but nothing is logged in var/lib/hawkeye.log
But stills can be collected.
I found the solution
While the docs mention
Point your browser to
http://localhost:8000/
to view the video stream.
It should rather be "Point your browser to http://localhost:8000/stream/NUM
to view the video stream of the respective video source (e.g. http://localhost:8000/stream/0
)."