CopyPastor

Detecting plagiarism made easy.

Score: 2; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Reposted on 2024-08-01
by gabe.giro

Original Post

Original - Posted on 2024-08-01
by gabe.giro



            
Present in both answers; Present only in the new answer; Present only in the old answer;

This is a workaround. The idea came from https://github.com/google-ar/arcore-android-sdk/issues/1312
private fun configureSession() { session?.let { val config = Config(it) config.focusMode = Config.FocusMode.AUTO it.configure(config) }
workaroundForCameraFocus() }
/** * This is a workaround for camera being in a fixed focus mode at the start of the session. * https://github.com/google-ar/arcore-android-sdk/issues/1312 */ private fun workaroundForCameraFocus() { session?.resume() session?.pause() session?.resume() }


This is a workaround. The idea came from https://github.com/google-ar/arcore-android-sdk/issues/1312
private fun configureSession() { session?.let { val config = Config(it) config.focusMode = Config.FocusMode.AUTO it.configure(config) }
workaroundForCameraFocus() }
/** * This is a workaround for camera being in a fixed focus mode at the start of the session. * https://github.com/google-ar/arcore-android-sdk/issues/1312 */ private fun workaroundForCameraFocus() { session?.resume() session?.pause() session?.resume() }



        
Present in both answers; Present only in the new answer; Present only in the old answer;