MCPcopy Create free account
hub / github.com/android/ndk-samples / TakePhoto

Function TakePhoto

camera/basic/src/main/cpp/camera_ui.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void TakePhoto(JNIEnv*, jclass) {
137 std::thread takePhotoHandler(&CameraEngine::OnTakePhoto, GetAppEngine());
138 takePhotoHandler.detach();
139}
140
141void OnExposureChanged(JNIEnv*, jobject, jlong exposurePercent) {
142 GetAppEngine()->OnCameraParameterChanged(ACAMERA_SENSOR_EXPOSURE_TIME,

Callers

nothing calls this directly

Calls 1

GetAppEngineFunction · 0.85

Tested by

no test coverage detected