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