Camera Timer 정보
설정된 간격 및 시간의 지정된 금액에 대한 사진을 촬영합니다.
Take pictures at set intervals & for specified amounts of time.
If you've ever wanted to see what your form looks like playing sports then try this app.
Inspired by a random Reddit post I read:
(https://www.reddit.com/r/androidapps/comments/6qp2hx/is_there_any_app_for_taking_pictures_randomly_at/)
This app uses two Handlers as timers to take pictures for given intervals. This app does not use Wake Locks and will not wake the device if you put it to sleep. This app uses the FLAG_KEEP_SCREEN_ON feature from the WindowManager of Android's OS to keep the screen on.
TODO:
-Add video capture
-Add tap to focus
-Add optional wakelock feature for users who want to have their phone take pictures while it's asleep
-Add options for resolution
-Clean the UI