Dynamic Resolution Control

G-Core streamer normally uses the quality parameters preset in the setup such as image width, height and the JPEG compression level. This values can be overwritten using the following URL parameters:

  • width: image width (32 – 2048)
  • height: image height (32 – 2048)
  • quality: Jpeg compression quality (0 – 100)

Example Here is an example for PAL-D1:

http://host:port/mjpg/video.mjpg?width=720&height=576

Missing parameters (as in our case quality) retain their default value.