iizukanao / picam-streamer

Out-of-the-box SD card image for live streaming with Raspberry Pi
MIT License
62 stars 6 forks source link

not working #6

Closed bebsico closed 7 years ago

bebsico commented 7 years ago

i dd-ed the 2016-09-05-picam-streamer-1.4.3.img onto an sd card and it boots just fine. i can ssh into the pi. but nothing at http://raspberrypi.local/view/ and neither node nor picam are running.

what could i be doing wrong?

iizukanao commented 7 years ago

@todoistobe Did you check MD5 or SHA256 sums of the downloaded file?

If it's OK, is your Raspberry Pi Camera properly connected? To see if it's working, SSH into your Pi and stop the service with sudo service picam-streamer stop, then try using raspivid.

bebsico commented 7 years ago

okay, the problem: camera connection. i disconnected and reconnected the camera module and now it works like a charm!

thanks!