The frames per second the device will record, independent of calls to read.
int get fps => get(5).toInt();
set fps(int value) => set(5, value.toDouble());