A dataframe containing sample JSON output format of the heartrate data, containing red, green, blue levels from the camera sensor, indexed along the timestamp t.

heartrate_data

Format

A data frame with 3661 rows (observations) and 7 variables:

t

time, in seconds

green

mean green intensity across the frame at the given timestamp

blue

mean blue intensity across the frame at the given timestamp

red

mean red intensity across the frame at the given timestamp

Details

A video(240p) of a finger covering the smartphone camera with the flash turned on was recorded at 60fps. The average intensity of all the pixels per frame in all the three color channels was calculated, and indexed along the timestamp of the frame.