Hi,

I'm doing some processing on the preview frames returned from the
camera using:

onPreviewFrame(byte[] data, Camera camera)

Before starting the preview I set the preview frame rate like this:

Camera.Parameters p = c.getParameters();
p.setPreviewFrameRate(5);
c.setParameters(p);

This works fine on the Android Emulator, but on the device I'm still
getting approx 15 fps.

Has anyone else had this problem and how have they solved it?

Thanks

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

Reply via email to