pub unsafe extern "C" fn spinImageGetSize(
hImage: spinImage,
pImageSize: *mut size_t,
) -> spinErrorExpand description
Retrieves the size of an image @see spinError
@param hImage The image to be saved @param pImageSize The unsigned integer pointer in which the size of the image is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error