JolleJolles / pirecorder

Controlled and automated image and video recording with the raspberry pi
https://jollejolles.github.io/pirecorder/
Apache License 2.0
43 stars 9 forks source link

Possibility for improved slider window sizing #28

Closed JolleJolles closed 4 years ago

JolleJolles commented 4 years ago

In response to @DerJH in https://github.com/openjournals/joss-reviews/issues/2584#issuecomment-684568533_

JolleJolles commented 4 years ago

@DerJH In response to your request, the user interface is built using OpenCV which does not have any (obvious) option to resize the elements. Furthermore, setting the raspberry pi to the smallest (selectable) resolution of 640x480 pixels all the scrollbars of the UI are visible so I cannot reproduce your issue.

It is recommended to have a minimum resolution of 800x600 pixels, and 1280x1024 is preferable. This clarification is now added to the documentation.