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
ensenso_camera: Fix finding of first available camera serial
The "BySerialNo" node has been hidden and linked to the "Cameras"
node, which also includes the two nodes "ByEepromId" and
"BySerialNo". When iterating over the items in the "Cameras" node, it
could occur that the function tried to access the inexistent item
"Available". The problem probably did not occur before, because the
cameras are listed alphabetically and real cameras with numeric serial
numbers are listed before the two nodes "ByEepromId" and "BySerialNo",
letting the function find and return a camera serial without causing
an exception.
We now check whether the item is a camera by requiring the
"Status/Available" node to be existing.
ensenso_camera_test: Remove SDK version check for S-series tests
Since we only support the last three Ensenso SDK versions and those three versions now all include S-series support, we can drop the dedicated check for the tests.