Tuesday, January 17, 2012

[android-developers] Re: Want to increase frame rate(fps), How???

Before we even consider code optimizations, look at the amount of work you are doing.  Do you really want to expand every preview frame into a JPEG?  Let's do the math: Suppose every JPEG frame is 100 KB.  100x1000x8x15 = 12 Mbps.  Can you sustain that kind of transfer?  Maybe you should reconsider the amount of data you need to transmit.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment