Ketai camera focus

edited March 2014 in Android Mode

Hi, I have two questions about Ketai library:

  1. Is there a way to have automatic (or continuous) focus on KetaiCamera? I am using cam.autoSettings() but the focus seems fixed and does not readjust.

  2. Can I use the phone's photo facility instead of the preview frames? My phone supports 8M photo but only 1280x720 preview frames. If yes, how?

Answers

  • For question 1, I put the call in draw() and it works. It adjusts faster than I want right now, how can I make it adjust slower (or just when it is needed)? I thought of framerate() but this would affect every function in draw().

Sign In or Register to comment.