In most part recipes for PiCamera it is time.sleep()
before camera.capture
(official tutorial). Here it is only comment: "# Camera warm-up time".
- But how exactly it warms? For what?
- Do I need make warm-up if I use
camera.capture
in a cycle? Or it is enough only one time, in first iteration? - How I should choose a count of seconds to warm-up?