You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using IP camera driver, when list of cameras should be read from XML file, there is no way to specify camera mode other than PULL. This is because of the incorrect JAXB mapping in IpCamMode enum.
When using IP camera driver, when list of cameras should be read from XML file, there is no way to specify camera mode other than
PULL
. This is because of the incorrect JAXB mapping inIpCamMode
enum.The
@XmlEnumValue
forPUSH
is the same as for thePULL
, and thus makes it broken.The text was updated successfully, but these errors were encountered: