raspicamplayer / camplayer

IP Camera viewer for the Raspberry Pi
GNU General Public License v2.0
303 stars 55 forks source link

Adding Custom Resolution (600x800) and 2 Window Layout #81

Open dwasyl opened 2 years ago

dwasyl commented 2 years ago

Hi all,

We are trying to use camplayer to display two camera views side-by-side. To make this happen, our Axis cameras were configured to send the feed in 600x800 (instead of 800x600), and it looks perfect in the preview view. However, camplayer fails to detect the proper resolution when we try and validate it and INFO reports BROKEN feeds. That said, the feeds work on the 4 Windows view (but are smushed).

  1. Is there a way to add 600x800 as a valid resolution?
  2. Would I then create a 2 window (2x1) layout in a similar way to the work done in #13 ?