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

led-image-viewer #1662

Open
Camarg03 opened this issue Jun 4, 2024 · 9 comments
Open

led-image-viewer #1662

Camarg03 opened this issue Jun 4, 2024 · 9 comments

Comments

@Camarg03
Copy link

Camarg03 commented Jun 4, 2024

Thank you very much in advance for this extraordinary library, I have managed to image a 64X64 matrix and it looks spectacular but I can't get the "video-viewer" to work, I think I have correctly converted the video to webm and it seems that everything is correct but I don't get the image with this code

sudo /home/pi/rpi-rgb-led-matrix/utils/video-viewer -f --led-rows=32 --led-cols=64 --led-parallel=2 --led-chain=1 --led-multiplexing=1 /home/pi/images/myvideo.webm -F -f

when I exit I get this message:

^CGot interrupt. Exiting
Total of 310 frames decoded

@davemaster
Copy link

Greetings,

Can You share that video or it is personal? Thanks in advance (had You tried with another video?)

@Camarg03
Copy link
Author

Camarg03 commented Jun 4, 2024

myvideo.webm

@Camarg03
Copy link
Author

Camarg03 commented Jun 4, 2024

this is te file

@davemaster
Copy link

Greetings,

I note, you're not using the --led-slowdown-gpio option, use it if you have a Raspberry Pi 2,3,4. Then, bellow a link with a video, I'm using in there a 64x32 RGB Panel, with an Electrodragon active interface (regular) and a Raspberry Pi 3 B+ with Raspbian Buster. I just compiled within "utils" directory the image and video-viewer, and test video-viewer is running just fine.

https://youtu.be/AlCGU3EJ3uM

Add the --led-slowdown-gpio =4 ( or 3 ) missing in your command and try. Share the output of YOUR panel

@Camarg03
Copy link
Author

Camarg03 commented Jun 5, 2024

Screenshot 2024-06-05 at 22 42 19

@Camarg03
Copy link
Author

Camarg03 commented Jun 5, 2024

the same thing, it doesn't give me an image and when I exit, the frames I generated appear.

i use the same code of you video

@Camarg03
Copy link
Author

Camarg03 commented Jun 5, 2024

thank you very much for replying, tomorrow I will try on another rspberry pi, I hope I have luck, cheers.

@Camarg03
Copy link
Author

Camarg03 commented Jun 5, 2024

i made a test right now in an other raspberrypi 4b, whit the same resuts, the thing is, i can sed static image perfectly, also gifs, but i dont have lucky whit video.

@davemaster
Copy link

Ok, TRY THIS also, before you try with the sudo ./demo .... command

try to build from ZERO the all library:

  1. make clean
  2. make all

all this (1 and 2) from the folder rpi-rgb-led-matrix/utils/; so, you re-build (if it is not already builded) video-viewer and image-viewer. Check, the amount of memory for GRAPHICS... from raspi-config

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

2 participants