jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

Feature/dark photo #33

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

solves #2

The trick was to initiialize the video capture output when the controller was being initialized, well before the image is being saved.

(also used this as an opportunity to install a real logging framework #28)

Phew. Thanks @svevang