The Kotlin Camera2 API Video Thumbnail Android development tutorial describes how to create an round thumbnail image from the recorded video file. This Kotlin tutorial follows on from the record video episode. The thumbnail will be created upon completion of the video capture. In this Kotlin on Android tutorial we will cover: Creating a thumbnail […]
Kotlin Android Camera2 API TextureView
The Kotlin Android Camera2 API TextureView development tutorial describes how to add a TextureView to the Preview Fragment. This tutorial will consist of two parts. The initial setup of the base code Adding the TextureView to the Fragment layout file In this Kotlin on Android tutorial we will also cover: Using Kotlin Reflection for accessing […]
Kotlin Android Camera2 API EasyPermissions
The Kotlin Android Camera2 API EasyPermissions development tutorial describes how to implement runtime permissions using the EasyPermissions library. This Kotlin on Android tutorial follows on from the TextureView tutorial. In this Kotlin on Android tutorial we will cover: Getting code to start How to install the EasyPermissions library Adding camera permissions to the Android Manifest […]
Kotlin Android Camera2 API Device Id
The Kotlin Android Camera2 API Device Id development tutorial describes how to get the device id relating to a specific camera lens. This Kotlin on Android tutorial follows on from EasyPermissions tutorial. In this Kotlin on Android tutorial we will cover: Creating a value for camera manager using Kotlin lazy {} Creating helper method for […]
Kotlin Android Camera2 API Connect Camera Device
The Kotlin Android Camera2 API Connect Camera Device development tutorial describes how to open the camera to get a configured camera device. This Kotlin on Android tutorial follows on from the getting camera device id tutorial. In this Kotlin on Android tutorial we will cover: How to create a background thread using Kotlin How to […]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 9
- Next Page »