我有一个任务是使用Camera2拍摄大约30 FPS的连续照片。似乎ReprocessCaptureRequest和ReprocessableCaptureSession很方便,但我不能理解如何使用它并且没有找到示例。
InputConfiguration inputConfiguration = new InputConfiguration(mPreviewSize.getWidth(),
mPreviewSize.getHeight(), ImageFormat.JPEG);
mCameraDevice.createReprocessableCaptureSession(inputConfiguration, Arrays.asList(surface, mImageReader.getSurface()), sessionStateCallback,mBackgroundHandler);
当我尝试创建ReprocessableCaptureSession时,我收到错误:输入格式35无效