silvanmelchior / RPi_Cam_Web_Interface

A web interface for the RPi Cam
MIT License
1.54k stars 493 forks source link

Unable to write image to disk #225

Open MohammadAftal opened 8 years ago

MohammadAftal commented 8 years ago

I tried installing this software on both Jessie and Wheeze on Raspberry Pi 1 model B and and raspberry Pi 2 and I followed the instructions in the wiki but I couldn't get it to work in both cases in my web browser I see a place holder for an image that doesn't load while all the other buttons loaded perfectly and when digging for the image on the raspberry pi I found out that the folder it should be in haven't even been created. any help would be appreciated I'm new to this filed .

roberttidey commented 8 years ago

The directory /dev/shm/mjpeg where the continuous stream of live images is stored, is created by the .start.sh script when manually starting the system and is also included in the rc.local script which is run at boot time when autostart is used.

Try running ./start.sh from the /RPi_Cam_Web_Interface folder. Also look in schedulerLog to see what it says is going on.