spinImageCreate

Function spinImageCreate 

Source
pub unsafe extern "C" fn spinImageCreate(
    hSrcImage: spinImage,
    phDestImage: *mut spinImage,
) -> spinError
Expand description

Creates an image from another; images created this way must be destroyed

@see spinError

@param hSrcImage The image to be copied @param phDestImage The image handle pointer of the image to be created

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