Stozze

Results 8 comments of Stozze

Have you tried overclocking the pi and see if that helps?

You are right, I forgot to change spi-device to uart-device, and spi-speed-hz to uart-baudrate in sample.conf. Fixed those now. When you said you didn't get any output, did you change...

Only one sink can be active per program, so you need to change e.g: ``` &program_mood_light { activate &timer-30fps activate &mood-light activate &led-frame } ``` into ``` &program_mood_light { activate...

The configuration of led positions looks wrong. Try reading the section about leds-top, leds-left, leds-bottom, leds-right values again, it is a bit tricky to get right. But anyway, the output...

Is there something like "T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100" inside /etc/inittab? Comment that one out if there is such an entry and reboot. Yeah I too was missing something like...

I too had some flickering in the beginning but tuning the gamma (all set to 2.2) and crop values solved it. In my case, the cause of the problem was...

Install the v4l-utils package (# sudo apt-get install v4l-utils) then use v4l2-ctl to change resulution/settings before starting ambi-tv: ``` # v4l2-ctl --set-fmt-video=width=360,height=288,pixelformat=1 ``` Use "v4l2-ctl --list-formats" to get a list...

@gkaindl Could you please close this pull request, if you are not going to merge it, thanks.