周青
2018-06-14 06:24:29 UTC
0down votefavorite
<https://stackoverflow.com/questions/50850671/using-the-ndk-interface-to-operate-the-camera-how-to-set-the-camera-capture-ima#>
I use the ndk interface to successfully open the camera, but fps and other
parameters can not be set
camera_status = ACameraManager_getCameraCharacteristics(cameraManager, selectedCameraId,
&cameraMetadata);
camera_status = ACameraManager_openCamera(cameraManager, selectedCameraId,
&deviceStateCallbacks, &cameraDevice);ACameraCaptureSession_setRepeatingRequest(captureSession,&captureSession_captureCal
lbacks, 1, &captureRequest, NULL);
<https://stackoverflow.com/questions/50850671/using-the-ndk-interface-to-operate-the-camera-how-to-set-the-camera-capture-ima#>
I use the ndk interface to successfully open the camera, but fps and other
parameters can not be set
camera_status = ACameraManager_getCameraCharacteristics(cameraManager, selectedCameraId,
&cameraMetadata);
camera_status = ACameraManager_openCamera(cameraManager, selectedCameraId,
&deviceStateCallbacks, &cameraDevice);ACameraCaptureSession_setRepeatingRequest(captureSession,&captureSession_captureCal
lbacks, 1, &captureRequest, NULL);
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/768b7c07-19f6-4ed8-9e31-6b44d3d75f4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/768b7c07-19f6-4ed8-9e31-6b44d3d75f4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.