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

Animated gif issues with send-image/ft-server #71

Open
smith288 opened this issue Jul 19, 2023 · 0 comments
Open

Animated gif issues with send-image/ft-server #71

smith288 opened this issue Jul 19, 2023 · 0 comments

Comments

@smith288
Copy link

So I am running ft-server on a raspbery pi with a 128x64 board (and Arduino hat).

I discovered I can send an image to x & y coordinates so had the great idea to run 4 different pixlets and then take each resulting output gif to an assigned quadrant of the board using the send-image command.

./send-image -g 64x32+0+0 -h matrixboard.local ./tmp/matrixboard_pixletexample1_pixlet.gif -c
./send-image -g 64x32+0+32 -h matrixboard.local ./tmp/matrixboard_pixletexample2_pixlet.gif -c
./send-image -g 64x32+64+0 -h matrixboard.local ./tmp/matrixboard_pixletexample3_pixlet.gif -c
./send-image -g 64x32+64+32 -h matrixboard.local ./tmp/matrixboard_pixletexample4_pixlet.gif -c

It all works great to be honest but my biggest issue seems to be if the gif is animated in any way, the ft-server has a really tough time animating it. I thought maybe it was the fact I was sending several animated gifs to it but I disabled them all and just sent one that was a 3 frame gif and it wouldnt animate it at all.

Here's an example of an animated gif that is just three frames

scoreboard local_mlbscores_pixlet

Is there any magic the ft-server has that can provide better support for animated gifs?

@smith288 smith288 changed the title Four quadrants of a 128x64 to be four 64x32 virtual boards Animated GIf issues with send-image/ft-server Jul 19, 2023
@smith288 smith288 changed the title Animated GIf issues with send-image/ft-server Animated gif issues with send-image/ft-server Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant