spinImageGetFrameID

Function spinImageGetFrameID 

Source
pub unsafe extern "C" fn spinImageGetFrameID(
    hImage: spinImage,
    pFrameID: *mut u64,
) -> spinError
Expand description

Retrieves the frame ID of an image @see spinError

@param hImage The image of the frame ID to retrieve @param pFrameID The unsigned integer pointer in which the frame ID is returned

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