TimJuni / raspistillWeb

Little python web interface for raspistill to take photos with the RaspberryPi
GNU General Public License v3.0
20 stars 11 forks source link

improper file naming #1

Closed phreack closed 10 years ago

phreack commented 10 years ago

I get error messages when I try to connect to the web server on my pi with this running. It appears to be mis-labling the files when it creates them. I've posted more on the rasberry pi forums in response to your thread there, and can copy-paste here if you'd like, but am not going to bother until I get a response from you so I know you're still there.

TimJuni commented 10 years ago

Hey, i will check that. Thanks a lot.

TimJuni commented 10 years ago

I fixed the issue by adding a timeout of 500ms to the raspistill call. Indeed there was a raspistill update which generated a broken photo with the parameter "-t 0". As soon as i have time i will recheck the photo timestamps. Please run "git pull" in the raspistillWeb directory. If there are any issues please let me know.