calc_fps: Calculates frame-rate of Blackfly Camera

calc_fpsR Documentation

Calculates frame-rate of Blackfly Camera

Description

Calculates frame-rate of Blackfly Camera.

Usage

calc_fps(
  cam_timestamp,
  u_second = rep(0, length(cam_timestamp)),
  cam_filepath,
  check = TRUE
)

Arguments

cam_timestamp

vector of camera timestamps (must be same length as cam_filepath)

u_second

vector of microseconds (Alternatively microseconds can already be in the timestamp) (must be same length as cam_filepath)

cam_filepath

vector of filepaths from balckfly camera (must be same length as cam_timestamp)

check

logical indicating whether or not to check if camera was reset


ailich/mytools documentation built on Jan. 7, 2023, 11:16 a.m.