Guess what is really needed is documentation of whatever the G1 has under $(BOARD_CAMERA_LIBRARIES) in
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=camera/libcameraservice/Android.mk in order to know what replaces the (emulator's) camera hardware stubs on G1. Some help from Google or T-Mobile is needed here, I think. Help! On Oct 29, 2:58 pm, blindfold <[EMAIL PROTECTED]> wrote: > 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;...http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;... > > 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

