We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I have two questions about Ketai library:
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.
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().