-
Notifications
You must be signed in to change notification settings - Fork 85
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
bad frames in grabber causing led flickering #58
Comments
Have you tried overclocking the pi and see if that helps? |
stozze, thank you! with overclocked raspi it is much better. :) |
Hi, I'm having the same problem but cant seem to get mplayer working to see if its the video input. Do you have info on how you did this? I have already over clocked my PI. Thanks Luke |
Hi @lukefoster197 |
Hi Pete, |
Please, open terminal and try something like: |
Hello please one question,
my easycap dc60 (stk1160, raspberry pi) is showing this video with "bad" frames - artefacts: http://www.youtube.com/watch?v=gRsONZBXIdw&feature=youtu.be
I tried:
/usr/bin/mplayer -tv driver=v4l2:width=72:height=58:device=/dev/video0:fps=30 -vo sdl tv:// /dev/null 2>&1 &
This one was too slow for me with slow motion picture and so my leds were about 1s slower than video. (sometimes with artefatcs as well)
/usr/bin/mplayer -tv driver=v4l2:width=72:height=58:device=/dev/video0 -vo fbdev -fs -fps 15 tv:// /dev/null 2>&1 &
How can I get clear video without bad frames? Because with "bad frames" my leds are flickering on "bad" frames and it disturbs me when watching video.
The text was updated successfully, but these errors were encountered: