Android相机拍摄并保存
创始人
2024-10-12 12:30:33
0

下面是一个示例代码,展示了如何在Android设备上使用相机拍摄照片并保存到本地存储。

首先,确保你的Android项目中已经添加了相机权限:



然后,创建一个包含相机功能的Activity,例如CameraActivity:

public class CameraActivity extends AppCompatActivity {

    private static final int REQUEST_IMAGE_CAPTURE = 1;

    private ImageView imageView;
    private String currentPhotoPath;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_camera);

        imageView = findViewById(R.id.imageView);

        Button captureButton = findViewById(R.id.captureButton);
        captureButton.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                dispatchTakePictureIntent();
            }
        });
    }

    private void dispatchTakePictureIntent() {
        Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
        if (takePictureIntent.resolveActivity(getPackageManager()) != null) {
            File photoFile = null;
            try {
                photoFile = createImageFile();
            } catch (IOException ex) {
                ex.printStackTrace();
            }
            if (photoFile != null) {
                Uri photoURI = FileProvider.getUriForFile(this,
                        "com.example.android.fileprovider",
                        photoFile);
                takePictureIntent.putExtra(MediaStore.EXTRA_OUTPUT, photoURI);
                startActivityForResult(takePictureIntent, REQUEST_IMAGE_CAPTURE);
            }
        }
    }

    private File createImageFile() throws IOException {
        String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
        String imageFileName = "JPEG_" + timeStamp + "_";
        File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
        File image = File.createTempFile(
                imageFileName,
                ".jpg",
                storageDir
        );
        currentPhotoPath = image.getAbsolutePath();
        return image;
    }

    @Override
    protected void onActivityResult(int requestCode, int resultCode, Intent data) {
        super.onActivityResult(requestCode, resultCode, data);
        if (requestCode == REQUEST_IMAGE_CAPTURE && resultCode == RESULT_OK) {
            galleryAddPic();
            setPic();
        }
    }

    private void galleryAddPic() {
        Intent mediaScanIntent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);
        File f = new File(currentPhotoPath);
        Uri contentUri = Uri.fromFile(f);
        mediaScanIntent.setData(contentUri);
        this.sendBroadcast(mediaScanIntent);
    }

    private void setPic() {
        int targetW = imageView.getWidth();
        int targetH = imageView.getHeight();

        BitmapFactory.Options bmOptions = new BitmapFactory.Options();
        bmOptions.inJustDecodeBounds = true;
        BitmapFactory.decodeFile(currentPhotoPath, bmOptions);
        int photoW = bmOptions.outWidth;
        int photoH = bmOptions.outHeight;

        int scaleFactor = Math.min(photoW / targetW, photoH / targetH);

        bmOptions.inJustDecodeBounds = false;
        bmOptions.inSampleSize = scaleFactor;
        bmOptions.inPurgeable = true;

        Bitmap bitmap = BitmapFactory.decodeFile(currentPhotoPath, bmOptions);
        imageView.setImageBitmap(bitmap);
    }
}

在上面的代码中,我们创建了一个CameraActivity,并在布局文件中添加了一个ImageView和一个用于触发拍照的按钮。当用户点击拍照按钮时,我们调用dispatchTakePictureIntent()方法来启动相机应用,并将拍摄的照片保存到一个临时文件中。

在createImageFile()方法中,我们创建了一个以时间戳命名的临时文件,并将其保存到应用的外部存储目录下的Pictures文件夹中。

在onActivityResult()方法中,我们调用galleryAddPic()方法将照片添加到Android的媒体库中,并调用setPic()方法将照片显示在ImageView中。

请注意,上面的代码中使用了FileProvider来获取拍摄照片的URI,并且需要在Manifest文件中添加FileProvider的配置:


    

在res/xml文件夹中创建一个名

相关内容

热门资讯

九分钟辅助!微乐小程序免费黑科... 九分钟辅助!微乐小程序免费黑科技,微乐小程游戏破解器下载(开挂)原来真的有挂(2026)1、全新机制...
透视透视!微乐小程序免费黑科技... 透视透视!微乐小程序免费黑科技,微乐自建房辅助神器怎么安装(透视)一贯是真的挂(哔哩哔哩)在进入微乐...
十分钟插件!微乐小程序黑科技,... 十分钟插件!微乐小程序黑科技,微信小程序微乐为什么老输(开挂)一贯有挂(2026)1、进入游戏-大厅...
2026版教程!微乐小程序免费... 2026版教程!微乐小程序免费黑科技,陕西微乐挖坑小程序脚本(透视)总是是有挂(哔哩哔哩)陕西微乐挖...
第八分钟辅助!微乐小程序免费黑... 第八分钟辅助!微乐小程序免费黑科技,微乐小程序黑科技下载(开挂)切实是真的挂(2026)1、超多福利...
透视最新!微乐小程序黑科技,微... 透视最新!微乐小程序黑科技,微乐小程序辅助器免费安卓(透视)一直真的有挂(哔哩哔哩)1)微乐小程序辅...
9分钟下载!微乐小程序黑科技,... 9分钟下载!微乐小程序黑科技,微乐春天小程序辅助(开挂)切实是有挂(2026)1、全新机制【微乐小程...
记者获悉!微乐小程序免费黑科技... 记者获悉!微乐小程序免费黑科技,微乐降序自建房辅助app(透视)确实有挂(哔哩哔哩)1、实时微乐降序...
1分钟工具!微乐小程序黑科技,... 1分钟工具!微乐小程序黑科技,微乐南昌辅助神器(开挂)确实有挂(2026)1、很好的工具软件,可以解...
做出回应!微乐小程序免费黑科技... 做出回应!微乐小程序免费黑科技,微乐锄大地脚本(透视)真是有挂(哔哩哔哩)1、做出回应!微乐小程序免...