0down votefavorite <http://stackoverflow.com/questions/37098559/how-to-delay-the-capture-of-a-specific-frame-taken-by-the-camera-android#>
I am working on a light (LED) communication system using an android phone camera as the receiver that does thresholding on camera frames. For that, I use preview callback's method onPreviewFrame. To be more accurate there's a need to delay the capture of a frame every few incoming frames so the system will re-synchronize. my questions are: 1. How do I delay the capture (not the preview) of a single frame? 2. Is it possible that there are internal changes of the camera fps rate that i'm not aware of and if so how do I limit or change them? *To limit the camera fps rate I use setPreviewFpsRange, setAutoWhiteBalanceLock and setAutoExposureLock. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/4f31b3f8-394a-4e07-8f17-0a24ff33d358%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

