Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--filter without parameter produces segmentation #97

Closed
SquallHalle opened this issue Jan 3, 2020 · 1 comment · Fixed by #106
Closed

--filter without parameter produces segmentation #97

SquallHalle opened this issue Jan 3, 2020 · 1 comment · Fixed by #106
Assignees
Labels
bug Bugs or misbehaviour.

Comments

@SquallHalle
Copy link

sudo ./sled -o "rpi_hub75: --led-rows=64 --led-cols=64 --led-chain=6 --led-pixel-mapper=U-mapper;Rotate:180" --filter

gave me a segmentation fault

@vifino
Copy link
Member

vifino commented Jan 5, 2020

Filters sit inbetween the graphics (gfx) modules and the output (out) modules.
They can do things like gamma correction or mapping the matrix differently, for example folding it.

There should be more robust option parsing, there isn't much handling incorrect use there.

@vifino vifino added the bug Bugs or misbehaviour. label Jan 5, 2020
@vifino vifino assigned vifino and MyIgel and unassigned vifino Jan 21, 2020
@MyIgel MyIgel assigned vifino and unassigned MyIgel Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs or misbehaviour.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants