pub unsafe extern "C" fn CAMU_GetLatestVsyncTiming(
    timing: *mut s64,
    port: u32_,
    past: u32_
) -> Result
Expand description

Gets the vsync timing record of the specified camera for the specified number of signals.

§Arguments

  • timing - Pointer to write timing data to. (size “past * sizeof(s64)”)
  • port - Port to use.
  • past - Number of past timings to retrieve.