The Kotlin camera2 API rear video capture Android development tutorial describes how to create a camera capture session for recording the rear camera. This Kotlin tutorial follows on from the MediaRecorder episode. In this Kotlin on Android tutorial we will cover: Creating a simple state machine for record status Implementing a record capture session Starting […]
Kotlin Camera2 API Rear Display Preview
The Kotlin Camera2 API Rear Display Preview Android development tutorial describes how to display the rear camera to the preview display. In the previous Kotlin on Android tutorial, we discussed how to successfully connect to the camera device. In this Kotlin on Android tutorial we will cover: Adding aditional camera features to the Android Manifest […]
Kotlin Camera2 API Front Display Preview
The Kotlin Camera2 API Front Display Preview Android development tutorial describes how to display the front-facing camera to the preview display. This Kotlin on Android tutorial follows on from the rear camera tutorial. In this Kotlin on Android tutorial we will cover: Adding menu item icons Providing a Fragment function to the calling activity Stopping […]
Kotlin Camera2 Video
The Kotlin camera2 video series describes how to capture video with the Android camera2 API using the Kotlin programming language. Each episode will be released on a weekly basis. Though there is the option of getting access to all the episodes straight away by buying the series. Adding Icons The first Kotlin on Andriod […]