ros-drivers / axis_camera

Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.
BSD 3-Clause "New" or "Revised" License
52 stars 74 forks source link

Handle loss of access to the camera. #1

Closed jack-oquin closed 9 years ago

jack-oquin commented 11 years ago

If the camera is unavailable on the network when the driver starts, it should initiate a slow poll waiting for it to respond.

Similarly, if the device stops sending images, the driver should wait in a slow poll loop until access is recovered and the camera reconnected.

awesomebytes commented 9 years ago

This was implemented and merged already :)

I even tried:

[WARN] [WallTime: 1430926296.123376] Error opening URL http://10.68.0.6/mjpg/video.mjpg?fps=0&resolution=640x480Possible timeout.  Looping until camera appears

And it loops waiting.