···66Import the Compose library
7788```kotlin
99-implementation("com.performancecoachlab.posedetection:posedetection-compose:1.2.2")
99+implementation("com.performancecoachlab.posedetection:posedetection-compose:1.3.0")
1010```
11111212Add camera use to your android manifest
···11package com.performancecoachlab.posedetection.encoding
2233import androidx.compose.ui.graphics.ImageBitmap
44+import com.performancecoachlab.posedetection.recording.InputFrame
4556/**
67 * Builder for creating videos from a sequence of ImageBitmap frames