Skip to content

Instructions #20

@tomsepe

Description

@tomsepe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions