Do the hard-coded SDK 1.0 r1 kCannedJpegWidth (=213) and
kCannedJpegHeight (=350) restrictions at

http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=camera/libcameraservice/CannedJpeg.h
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=camera/libcameraservice/CameraHardwareStub.cpp

for a still image size of 213 x 350 also apply to the T-Mobile G1
camera? So, can one only take 213 x 350 still image snapshots with the
G1? Or can one (only) apply G1's native 2048 x 1536 for its 3.2
megapixel camera? In other words, what works with the G1? I have to
know what to hard-code for lack of camera querying methods in Android.

(Strictly speaking one can fool the check "if (w != kCannedJpegWidth
&& h != kCannedJpegHeight)" a little bit by changing one of the two
image dimensions, e.g., using 400 x 350, but in the emulator this does
not take effect because the captured image is built-in.)

Thanks

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to