spinImageCheckCRC

Function spinImageCheckCRC 

Source
pub unsafe extern "C" fn spinImageCheckCRC(
    hImage: spinImage,
    pbCheckCRC: *mut bool8_t,
) -> spinError
Expand description

Checks whether the CRC of an image is correct @see spinError

@param hImage The image to be saved @param pbCheckCRC The boolean pointer to return whether the image CRC passes

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