Describe the bug
I have only 3 FPS or so
To Reproduce
Open a HD 30fps Stream
Expected behavior
Run at 30fps
Environment
- Device: MiMix
- OS: 11
- MjpegView version 1.0.9
Additional context
Written in Kotlin but the behavior should be the same in Java
val camViewer: MjpegView = root.findViewById(R.id.webcam_stream)
camViewer.mode = MjpegView.MODE_FIT_WIDTH
camViewer.setUrl(printerData.getString("webcamurl"))
camViewer.isRecycleBitmap = true
camViewer.startStream()
Describe the bug
I have only 3 FPS or so
To Reproduce
Open a HD 30fps Stream
Expected behavior
Run at 30fps
Environment
Additional context
Written in Kotlin but the behavior should be the same in Java
val camViewer: MjpegView = root.findViewById(R.id.webcam_stream)
camViewer.mode = MjpegView.MODE_FIT_WIDTH
camViewer.setUrl(printerData.getString("webcamurl"))
camViewer.isRecycleBitmap = true
camViewer.startStream()