🌱
Published by Scott Kingery on
%%{init: {'theme':'forest'}}%%
flowchart TD
id1[Start with Manual Mode] --> id2(Set ISO 100 )
id2 --> id3{Is camera in motion?}
id3 --> |NO| id4(Set shuter speed 2xFPS)
id3 --> |MODERATE| id5(Set shuter speed 4xFPS)
id3 --> |EXTREME| id6(Set shuter speed 8xFPS)
id4 --> id7([Base settings])
id5 --> id7
id6 --> id7
id7 --> id8{Is video too bright?}
id8 --> |YES| id9(Increase shutter speed 1 step)
id9 --> id8
id8 --> |NO| id10{Is video too dark?}
id10 --> |NO| id13([Perfect! Go take some video])
id10 --> |YES| id11{Is ISO set to 400?}
id11 --> |YES| id14([Too dark to film])
id11 --> |NO| id12(Increase ISO 1 step)
id12 --> id8
ISO
Lower = darker; less noise
Higher = brighter; more noise
Shutter Speed
Lower = brighter more motion blur
Higher = darker less motion blur
