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

Black screen #17

Open
SmilestonesCH opened this issue Oct 13, 2022 · 2 comments
Open

Black screen #17

SmilestonesCH opened this issue Oct 13, 2022 · 2 comments

Comments

@SmilestonesCH
Copy link

Hello,
I installed on a Raspi 3A+ the light (Legacy) Raspi OS.
I installed the omxplayer and the vidlooper
I can play a video using:
omxplayer /home/pi/testvideo3.mp4
but when I try:
vidlooper --no-loop --countdown=5 --video-dir /home/pi/

I have the count down and after simply a black screen... I should get the video played or do I forget something? what can I do?

In advance thank you for your support.

@kimballw
Copy link

To get your video to play (for instance /home/pi/1.mp4), with the default pins, you need to short (or have a button) connected between gnd and pin 26 (the default first pin). This will trigger the video to play.

@alubbock
Copy link
Owner

alubbock commented May 4, 2023

Did you get anywhere with this?

By default, the --autostart option is set, so the first video should start playing after the countdown. If omxplayer is running separately, check it works the same way that vidlooper is invoking it: omxplayer -b -o hdmi /home/testvideo3.mp4. If that's working, try running vidlooper with the --debug flag to get more output to narrow down the problem.

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

3 participants