calc_fps | R Documentation |
Calculates frame-rate of Blackfly Camera.
calc_fps( cam_timestamp, u_second = rep(0, length(cam_timestamp)), cam_filepath, check = TRUE )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.