Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created September 16, 2019 11:37
Show Gist options
  • Save DanishAmjad12/f66d71f999177ff0ceec1d9cfdfcba2b to your computer and use it in GitHub Desktop.
Save DanishAmjad12/f66d71f999177ff0ceec1d9cfdfcba2b to your computer and use it in GitHub Desktop.
class MainActivity: AppCompatActivity() {
private var lensFacing = CameraX.LensFacing.BACK
private val TAG = "MainActivity"
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
view_finder.post { startCamera() }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment