[android-developers] Re: Camera.PreviewCallback IOException

2008-12-12 Thread dmanpearl
Pure, Filter: 1. Your CamApp Activity must extend Surface Holder, and you shouldn't start the camera until the surface is created. 2. G1 doesn't support 100, 100 preview. It only does 480 x 320, but your request will not cause any problems, it will just get ignored. When you finally do receive

[android-developers] Re: Camera.PreviewCallback IOException

2008-12-12 Thread blindfold
2. G1 doesn't support 100, 100 preview. It only does 480 x 320, but your request will not cause any problems, it will just get ignored. When you finally do receive the preview callback check the actual frame size in onPreviewFrame. Correct, but end-user testing indicated that the situation