Hello,
I have a question concerning threads, handlers, loopers, etc. in
android:
In my application i have to take pictures from the camera preview (not
pictures from the camera but rather just a preview frame) every time
when the camera gets autofocus.
So i want to implement some kind of "scanner". The app continues
requesting autofocus and preview frames until the app detects a valid
barcode in the picture.
To achieve a continuous scanning process the app schould repeatedly
request autofocus of the camera. At the moment when the camera got
autofocus the next autofocus request should be fired immediately.
Do you have any tips for implementig this?

greetz

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to