Releases: shamanec/GADS-Android-stream
Releases · shamanec/GADS-Android-stream
v1.2.1
- Removed frame skipping logic, does not seem to be needed
v1.2.0
- Allowed sending message to the websocket in format
targetFPS=15:jpegQuality=75:scalingFactor=50
to change the current stream behaviour and quality
- Implemented frame skipping although not generally needed
v1.1.0
- Streaming is now supported on Android 14 as well
v1.0.6
revert to old image serving
v1.0.4
- Change stream socket message structure
v1.0.3
- Reuse socket port potentially avoiding failures when GADS device containers are being restarted
v1.0.2
- Reduced default JPEG quality to 90. Seems to improve FPS without affecting stream quality much
- Reworked the way images from ImageReader are compressed potentially increasing FPS a little bit more
v1.0.1
- Added option to control the stream JPEG quality through Intent extras
- Lower quality can increase the FPS of the stream
- Can only really be used when you start the stream app through the terminal with adb
v1.0.0
First version of the android stream app