The focus of the camera.
int get focus => get(28).toInt();
set focus(int value) => set(28, value.toDouble());