pub async fn connect_gige_with_xml(
device: &DeviceInfo,
) -> Result<(Camera<GigeRegisterIo>, String), GenicamError>Expand description
Connect to a GigE Vision camera and return both a Camera and the raw
GenICam XML string fetched from the device.
This is useful when the caller needs the XML for purposes beyond node evaluation (e.g. forwarding it over a network API).