spinImageCreateEmpty

Function spinImageCreateEmpty 

Source
pub unsafe extern "C" fn spinImageCreateEmpty(
    phImage: *mut spinImage,
) -> spinError
Expand description

Creates an empty image; images created this way must be destroyed

@see spinError

@param phImage The image handle pointer in which the empty image is returned

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