Skip to content

Releases: shamanec/GADS-Android-stream

v1.2.1

25 Oct 14:55
Compare
Choose a tag to compare
  • Removed frame skipping logic, does not seem to be needed

v1.2.0

25 Oct 13:35
a7dad4f
Compare
Choose a tag to compare
  • 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

01 Mar 13:13
Compare
Choose a tag to compare
  • Streaming is now supported on Android 14 as well

v1.0.6

28 Nov 15:15
Compare
Choose a tag to compare
revert to old image serving

v1.0.4

19 Aug 12:08
Compare
Choose a tag to compare
  • Change stream socket message structure

v1.0.3

17 Aug 15:08
Compare
Choose a tag to compare
  • Reuse socket port potentially avoiding failures when GADS device containers are being restarted

v1.0.2

12 Apr 15:32
e8220a7
Compare
Choose a tag to compare
  • 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

15 Mar 11:28
Compare
Choose a tag to compare
  • 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

14 Mar 17:40
61dba45
Compare
Choose a tag to compare

First version of the android stream app