Skip to content

Commit

Permalink
rotation 0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 5, 2024
1 parent aa2ed32 commit 12e4969
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ class CameraFragment: Fragment(), ConnectChecker {
private val width = 640
private val height = 480
private val vBitrate = 1200 * 1000
private var rotation = 90
private var rotation = 0
private val sampleRate = 32000
private val isStereo = true
private val aBitrate = 128 * 1000
Expand Down

0 comments on commit 12e4969

Please sign in to comment.