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

Method StartPreview

camera/texture-view/src/main/cpp/camera_engine.cpp:92–92  ·  view source on GitHub ↗

* * @param start is true to start preview, false to stop preview * @return true if preview started, false when error happened */

Source from the content-addressed store, hash-verified

90 * @return true if preview started, false when error happened
91 */
92void CameraAppEngine::StartPreview(bool start) { camera_->StartPreview(start); }

Callers 2

OnPreviewSurfaceCreatedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected