You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These instructions fail to mention that there is a size setting within the /opt/LEDscape/videoplayer so any size arguments passed from the command line as instructed here will be ignored:
parser.add_argument(
"-s", "--screenGeometry",
dest="screenGeometry",
help="LEDscape screen size (ex: 256x128)",
default="256x128",
)
parser.add_argument(
"-w", "--scaleWidth",
dest="scaleWidth",
help="Width to scale video to during playback (ex: 256)",
default="256",
type=int,
)
The text was updated successfully, but these errors were encountered:
These instructions fail to mention that there is a size setting within the /opt/LEDscape/videoplayer so any size arguments passed from the command line as instructed here will be ignored:
parser.add_argument(
"-s", "--screenGeometry",
dest="screenGeometry",
help="LEDscape screen size (ex: 256x128)",
default="256x128",
)
parser.add_argument(
"-w", "--scaleWidth",
dest="scaleWidth",
help="Width to scale video to during playback (ex: 256)",
default="256",
type=int,
)
The text was updated successfully, but these errors were encountered: