spinCameraGetGuiXml

Function spinCameraGetGuiXml 

Source
pub unsafe extern "C" fn spinCameraGetGuiXml(
    hCamera: spinCamera,
    pBuf: *mut c_char,
    pBufLen: *mut size_t,
) -> spinError
Expand description

Retrieves the GUI XML from a camera @see spinError

@param hCamera The camera of the GUI XML to retrieve @param pBuf The c-string character buffer in which the GUI XML is returned @param pBufLen The unsigned integer pointer in which the length of the c-string is returned; the input value is the maximum length

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error