Tilts the camera vertically when zoomed in.
int get tilt => get(34).toInt();
set tilt(int value) => set(34, value.toDouble());