就像我们有android.intent.extras.CAMERA_FACING ...我们有任何方法来调用相机的计时器

时间:2016-02-10 06:56:04

标签: android android-intent android-camera android-camera2

请帮我用附加功能调用相机定时器

    Intent cameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
    cameraIntent.putExtra ("android.intent.extras.CAMERA_FACING", 1);
    startActivityForResult(cameraIntent, CAMERA_REQUEST);
    cameraIntent.putExtra("android.intent.extras.CAMERA_TIMER", 1);

1 个答案:

答案 0 :(得分:1)

不,在ACTION_IMAGE_CAPTURE

的公共SDK文档中没有记录的额外内容

事实上,CAMERA_FACING也不是一个记录在案的额外内容,所以很可能它不适用于许多设备或许多第三方相机应用程序。