spinImageHasCRC

Function spinImageHasCRC 

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

Checks whether an image has CRC @see spinError

@param hImage The image to be saved @param pbHasCRC The boolean pointer to return whether the image has CRC available

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