-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
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,
)
Metadata
Metadata
Assignees
Labels
No labels