¡@

Home 

2014/10/16 ¤W¤È 08:15:09

android Programming Glossary: imagefilename

Camera orientation problem in android

http://stackoverflow.com/questions/6069122/camera-orientation-problem-in-android

camera to take pictures. Here is my source code to do this File file new File Environment.getExternalStorageDirectory imageFileName imageFilePath file.getPath Intent intent new Intent android.media.action.IMAGE_CAPTURE Intent intent new Intent MediaStore.ACTION_IMAGE_CAPTURE..

Custom camera android

http://stackoverflow.com/questions/8543244/custom-camera-android

Bitmap bmp itembmp static Bitmap mutableBitmap PointF start new PointF PointF mid new PointF float oldDist 1f File imageFileName null File imageFileFolder null private MediaScannerConnection msConn Display d int screenhgt screenwdh ProgressDialog dialog.. c.get Calendar.YEAR fromInt c.get Calendar.HOUR_OF_DAY fromInt c.get Calendar.MINUTE fromInt c.get Calendar.SECOND imageFileName new File imageFileFolder date.toString .jpg try out new FileOutputStream imageFileName bmp.compress Bitmap.CompressFormat.JPEG.. fromInt c.get Calendar.SECOND imageFileName new File imageFileFolder date.toString .jpg try out new FileOutputStream imageFileName bmp.compress Bitmap.CompressFormat.JPEG 100 out out.flush out.close scanPhoto imageFileName.toString out null catch Exception..