Skip to content

UI3-254

Compare
Choose a tag to compare
@bp2008 bp2008 released this 12 Oct 19:51
· 46 commits to master since this release

Version 254

  • The "Full Camera List" dialog now includes a summary of bit rate totals and megapixels per second.
  • The "Camera Properties" dialog now includes a link to the camera's web interface. The existence of this link does not guarantee that the link will work. The IP must be reachable, and it must respond to HTTP requests on port 80.
  • Clip and alert items will now be background-updated for at least 180 seconds, up from 60 seconds.
  • The "Stats for nerds" panel now includes a "Video Player" row, showing which video player is being used and (if known) whether or not it is using hardware acceleration.
  • The "Stats for nerds" panel now includes the "Renderer" row when the JavaScript H.264 player is active, showing what HTML5 canvas technology is being used ("webgl2", "webgl", "2d", etc).
  • Improved compatibility of the JavaScript H.264 player's YUV-to-RGB converter code. It previously only knew how to use WebGL 1. Now it can also use WebGL 2 and fall back to a slower software-based converter if WebGL fails to initialize.