Skip to main content

fetch_xml

Function fetch_xml 

Source
pub async fn fetch_xml(control: Arc<Mutex<GigeDevice>>) -> Result<String>
Expand description

Fetch a camera’s GenApi XML, stopping before anything is made of it.

Deliberately separate from open_camera: the cameras whose XML we most want are the ones whose XML we cannot yet parse, so the dump must not depend on parsing succeeding.