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

Roadmap? #8

Open torstenhaase opened 10 years ago

torstenhaase commented 10 years ago

Hi Tim,

any chance that you'll finish the project? It would be really great if you could add the persistence layer as well as the auto start ability. I currently working on a raspberry pi based time lapse box and you software would be perfect for it. Attached a picture of the waterproof box it's almost finished. I already got a piece of glass, I just need to drill a hole for the camera and glue it all together. p1100425

Take Care Torsten

TimJuni commented 9 years ago

Hey Torsten, long time no see :)

Good news, a new version with persistent storage in a (sqlite) database will be uploaded next week. How is your underwater-pi project going?

Tim

edit: unfortunately the release is delayed by one week since i need to test the software on the pi. It seems, that python 3.2 (version on the pi) is not as robust as 3.4 on my laptop xD

torstenhaase commented 9 years ago

Hey Tim,

thanks for letting me know. I will check your webpage for updates. The waterproof pi-box is working well. I switched to RPI Cam Web Interface https://github.com/silvanmelchior/RPi_Cam_Web_Interface in the meantime because I thought you don�t update your software anymore. But I am happy that you continued working on your project because I think it�s better for my pi project. Did you add the autostart feature on boot time?

Take Care Torsten

Am 16.05.2015 um 09:59 schrieb Tim Jungnickel notifications@github.com:

Hey Torsten, long time no see :)

Good news, a new version with persistent storage in a (sqlite) database will be uploaded next week. How is your underwater-pi project going?

Tim

� Reply to this email directly or view it on GitHub.

pintafontes commented 9 years ago

Hi I'm also interested in a software to manage the pi-camera from a portable device, especially to setup time-lapses. At this moment I use ssh terminal, screen and the command history inside my house, but I like to try external and/or unattended locations (even underwater) and I share with torstenhaase an interest in some feature improves for the software. Autostart on boot, user profiles and non-destructive file saving would be great! I don't know if this requirements are difficult to code or not, is simply a suggestion if you need an opinion from a future user. Anyway, thanks for your work!

TimJuni commented 9 years ago

Hey pintafontes, non-destructive file saving is 99% implemented. Autostart is possible, however it is an os feature, not a feature of my application. I will describe how to put the application into Autostart alongside with the release of Version 1.2

One minor question: What do you mean by user profiles? Can you describe your use case for it?

Thanks for all the input & best regards Tim

TimJuni commented 9 years ago

Today i released the Version 0.2 of raspistillWeb. Now the application supports persistent storage of the pictures, timelapse recordings and settings. I also added an autostart section in the Readme. Feel free to ask a question if something is unclear. Cheers, Tim